Commit 4c394cda authored by smestry's avatar smestry

Updated the xsl file for PO Autosave


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103006 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 609e6db2
......@@ -37,7 +37,6 @@
<div id="headingText">Purchase Wizard</div>
</div>
<!-- Changed by Sneha on 27-05-2016, for scroll on detail1 [Start] -->
<!-- <div class="mainPage-Container" style="overflow: auto;"> -->
<div class="mainPage-Container" style="overflow: auto; height: 90%;">
......@@ -528,8 +527,9 @@
<td class="td_leftAlign">
<div style="position:relative; width: 100%;">
<input type="text" class="editInputClass" value="{$site_add1}" id="site_add1" name="Detail1.{normalize-space($dbID)}.site_add1"
onkeypress='return isNumberKey(event)' onkeyup='Limit(this.id)' onfocusout='Round(this.id)' style="width: 70%;text-align: right;" />
</div>
maxlength="11" onkeypress='return isNumberKey(event)' onkeyup='Limit(this.id)' onblur = 'return Round(this.id)'
style="width: 70%;text-align: right;" />
</div> <!-- onfocusout='Round(this.id)' --> <!-- Changed by Sneha on 16-08-2016, to call function onblur event -->
</td>
</tr>
......
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