Commit 17c5d0fc authored by smestry's avatar smestry

Updated the js for Product Wizard


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102900 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d5759f74
......@@ -2127,14 +2127,15 @@
// Barcode value='"+itemBarcode+"'
+"<td>"
+"<input type='text' class='editInputClass' size='13' name='Detail3."+maxRowId+".item_barcode'"
+"id='Detail3."+maxRowId+".item_barcode' maxlength='20' style='width: 100%' onkeypress='return disableEnter()' />"
+"id='Detail3."+maxRowId+".item_barcode' maxlength='20' style='width: 100%' onkeypress='return disableEnter()' "
+ "onkeyup = 'return specialCharValidate(this.id)' />"
+"</td>"
// Commodity No
+"<td>"
+"<input type='text' class='editInputClass' size='13' name='Detail3."+maxRowId+".item_commodity'"
+"id='Detail3."+maxRowId+".item_commodity' maxlength='20' style='width: 100%' value='"+itemCommodity+"' "
+ " onkeypress='return disableEnter()' >"
+ " onkeypress='return disableEnter()' onkeyup = 'return specialCharValidate(this.id)' >"
+"</td>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment