Commit 00933be3 authored by wansari's avatar wansari

updated js on HEAD to change label from Tax Chapter and Tax label for new child item


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103137 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 607239e3
...@@ -2065,14 +2065,14 @@ ...@@ -2065,14 +2065,14 @@
+"id='Detail3."+maxRowId+".tax_descr' maxlength='10' value='"+taxDescr+"' >" +"id='Detail3."+maxRowId+".tax_descr' maxlength='10' value='"+taxDescr+"' >"
+"<div style='float:left;width: 85%;text-align:center;' id='tax."+maxRowId+"' contenteditable='false' onkeypress='return false;'" +"<div style='float:left;width: 85%;text-align:center;' id='tax."+maxRowId+"' contenteditable='false' onkeypress='return false;'"
+"onkeydown='javascript:openSearchPopup(event, '"+maxRowId+"','0','tax_desc', 'Tax&#160;Code', '"+maxRowId+"');'>" +"onkeydown='javascript:openSearchPopup(event, '"+maxRowId+"','0','tax_desc', 'Sales&#160;Tax', '"+maxRowId+"');'>"
+ taxDescr + taxDescr
+"</div>" +"</div>"
+"<div style='float:right;position:relative; width: 8%;'>" +"<div style='float:right;position:relative; width: 8%;'>"
+"<a href=javascript:callListJSP('"+maxRowId+"','0','tax_desc','Tax&#160;Code','"+maxRowId+"'); style='float: left;text-decoration: none;'" +"<a href=javascript:callListJSP('"+maxRowId+"','0','tax_desc','Sales&#160;Tax','"+maxRowId+"'); style='float: left;text-decoration: none;'"
+"id='Detail3."+maxRowId+".tax_descr_pophelp' >" +"id='Detail3."+maxRowId+".tax_descr_pophelp' >"
+"<img src='/ibase/webitm/images/DD/popup1.png' style='margin-left: -5px;' title='Select Tax Code' />" +"<img src='/ibase/webitm/images/DD/popup1.png' style='margin-left: -5px;' title='Select Sales Tax' />"
+"</a>" +"</a>"
+"</div>" +"</div>"
+"</td>" +"</td>"
...@@ -2083,14 +2083,14 @@ ...@@ -2083,14 +2083,14 @@
+"id='Detail3."+maxRowId+".tax_chap' maxlength='10' value='"+taxChap+"' >" +"id='Detail3."+maxRowId+".tax_chap' maxlength='10' value='"+taxChap+"' >"
+"<div style='float:left;width: 85%;text-align:center;' id='tax_chap."+maxRowId+"' contenteditable='false' onkeypress='return false;'" +"<div style='float:left;width: 85%;text-align:center;' id='tax_chap."+maxRowId+"' contenteditable='false' onkeypress='return false;'"
+"onkeydown='javascript:openSearchPopup(event, '"+maxRowId+"','0','tax_chap', 'Tax&#160;Chapter', '"+maxRowId+"');'>" +"onkeydown='javascript:openSearchPopup(event, '"+maxRowId+"','0','tax_chap', 'Purchase&#160;Tax', '"+maxRowId+"');'>"
+ taxChap + taxChap
+"</div>" +"</div>"
+"<div style='float:right;position:relative; width: 8%;'>" +"<div style='float:right;position:relative; width: 8%;'>"
+"<a href=javascript:callListJSP('"+maxRowId+"','0','tax_chapII','Tax&#160;Chapter','"+maxRowId+"'); style='float: left;text-decoration: none;'" +"<a href=javascript:callListJSP('"+maxRowId+"','0','tax_chapII','Purchase&#160;Tax','"+maxRowId+"'); style='float: left;text-decoration: none;'"
+"id='Detail3."+maxRowId+".tax_chap_pophelp' >" +"id='Detail3."+maxRowId+".tax_chap_pophelp' >"
+"<img src='/ibase/webitm/images/DD/popup1.png' style='margin-left: -5px;' title='Select Tax Code' />" +"<img src='/ibase/webitm/images/DD/popup1.png' style='margin-left: -5px;' title='Select Purchase Tax' />"
+"</a>" +"</a>"
+"</div>" +"</div>"
+"</td>" +"</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