Commit 3233160b 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@177908 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 492052ab
...@@ -163,7 +163,7 @@ catch(Exception e) ...@@ -163,7 +163,7 @@ catch(Exception e)
</tr> </tr>
</tbody> </tbody>
</table> </table>
<div class="taxApplyButton" onclick="ApplyTaxOnFinalPg(<%=domID%>);" id="applyTax" name="applyTax" title="Apply Tax"> <div class="taxApplyButton" onclick="ApplyTaxOnFinalPg(<%=domID%>);getTaxAmountFnlPg(<%=domID%>);" id="applyTax" name="applyTax" title="Apply Tax">
<p class=checkTax> <img src="/ibase/webitm/images/checkMark.png" height="15" width="15"> </p> <p class=checkTax> <img src="/ibase/webitm/images/checkMark.png" height="15" width="15"> </p>
</div> </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