Commit 492052ab authored by kdabholkar's avatar kdabholkar

New Changes Added regarding edit tax calculation window

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177907 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c62550b5
......@@ -136,7 +136,7 @@ catch(Exception e)
<td style="vertical-align: top;" align="left">
<div style="position: relative; overflow: hidden;" class="e12CustomInputPanel">
<input coltype="String" style="position:relative;;TYPE:String;text-align:LEFT" class="headerInputField" required="" srvcallonchange="true" ischanged="false" protectexpr=" " protect=" " onkeyup="getAutoCompleteList(this); " minlengthauto="1" helpoption="2" popupparameters="NULL" popupexists="true" maxlength="5" taborder="991" tabindex="991" fontcase="upper" id="Detail2.<%=domID%>.tax_classNew" name="tax.tax_class" type="text" value="<%=taxClass%>" title="Please enter value.">
<input coltype="String" style="position:relative;;TYPE:String;text-align:LEFT" class="headerInputField" required="" srvcallonchange="true" ischanged="false" protectexpr=" " protect=" " onkeyup="getAutoCompleteList(this); " minlengthauto="1" helpoption="2" popupparameters="NULL" popupexists="true" maxlength="5" taborder="991" tabindex="991" fontcase="upper" id="Detail2.<%=domID%>.tax_classNew" name="tax.tax_class" type="text" value="<%=taxClass%>" title="Please enter value." autocomplete="off">
<span label="Tax Class" style=" width: 130; position:relative; text-align:RIGHT; " class="headerLabelField" id="tax.tax_class_t" name="tax.tax_class_t">Tax Class </span>
<input type="hidden" id="tax.old_tax_class" value="">
......@@ -146,7 +146,7 @@ catch(Exception e)
<td style="vertical-align: top;" align="left">
<div style="position: relative; overflow: hidden;" class="e12CustomInputPanel">
<input coltype="String" style="position:relative;;TYPE:String;text-align:LEFT" class="headerInputField" required="" srvcallonchange="true" ischanged="false" protectexpr="" protect="" onkeyup="getAutoCompleteList(this);" minlengthauto="1" helpoption="2" popupparameters="NULL" popupexists="true" maxlength="10" taborder="992" tabindex="992" fontcase="upper" id="Detail2.<%=domID%>.tax_chapNew" name="tax.tax_chap" type="text" value="<%=taxChapter%>" title="Please enter value.">
<input coltype="String" style="position:relative;;TYPE:String;text-align:LEFT" class="headerInputField" required="" srvcallonchange="true" ischanged="false" protectexpr="" protect="" onkeyup="getAutoCompleteList(this);" minlengthauto="1" helpoption="2" popupparameters="NULL" popupexists="true" maxlength="10" taborder="992" tabindex="992" fontcase="upper" id="Detail2.<%=domID%>.tax_chapNew" name="tax.tax_chap" type="text" value="<%=taxChapter%>" title="Please enter value." autocomplete="off">
<span label="Tax Class" style=" width: 130; position:relative; text-align:RIGHT; " class="headerLabelField" id="tax.tax_chapter_t" name="tax.tax_chapter_t">Tax Chapter </span>
<input type="hidden" id="tax.old_tax_chapter" value="">
</div>
......@@ -154,7 +154,7 @@ catch(Exception e)
<td style="vertical-align: top;" align="left">
<div style="position: relative; overflow: hidden;" class="e12CustomInputPanel">
<input coltype="String" style="position:relative;;TYPE:String;text-align:LEFT" class="headerInputField" required="" srvcallonchange="true" ischanged="false" protectexpr="" protect="" onkeyup="getAutoCompleteList(this);" minlengthauto="1" helpoption="2" popupparameters="NULL" popupexists="true" maxlength="10" taborder="993" tabindex="993" fontcase="upper" id="Detail2.<%=domID%>.tax_envNew" name="tax.tax_env" type="text" value="<%=taxEnv%>" title="Please enter value.">
<input coltype="String" style="position:relative;;TYPE:String;text-align:LEFT" class="headerInputField" required="" srvcallonchange="true" ischanged="false" protectexpr="" protect="" onkeyup="getAutoCompleteList(this);" minlengthauto="1" helpoption="2" popupparameters="NULL" popupexists="true" maxlength="10" taborder="993" tabindex="993" fontcase="upper" id="Detail2.<%=domID%>.tax_envNew" name="tax.tax_env" type="text" value="<%=taxEnv%>" title="Please enter value." autocomplete="off">
<span label="Tax Class" style=" width: 140; position:relative; text-align:RIGHT; " class="headerLabelField" id="tax.tax_env_t" name="tax.tax_env_t">Tax Environment </span>
<input type="hidden" id="tax.old_tax_env" value="">
</div>
......
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