Commit bd60bcec authored by sshinde's avatar sshinde

Modify Asset Install Method insert missing value into table


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94004 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 480398f5
......@@ -6614,7 +6614,9 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
pstmtHdr.setDouble(31, taxInstallChgs * exchRate);
pstmtHdr.setString(32, acctCode);
pstmtHdr.setString(33, cctrCode);
pstmtHdr.setDouble(34, excrecoAmt);
pstmtHdr.setDouble(35, originalValue);
pstmtHdr.setDouble(36, originalValue* exchRate);
pstmtHdr.addBatch();
pstmtHdr.clearParameters();
......
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