Commit 249f7c89 authored by ssalve's avatar ssalve

Sarita: Done changed to comment POADVMIS error code for Detail4 on 11 JUN 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186265 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5224bf1f
...@@ -4417,12 +4417,13 @@ public class POrderIC extends ValidatorEJB implements POrderICRemote, ...@@ -4417,12 +4417,13 @@ public class POrderIC extends ValidatorEJB implements POrderICRemote,
System.out.println("@@@@@@@3942 lcAmount[" + lcAmount System.out.println("@@@@@@@3942 lcAmount[" + lcAmount
+ "] > totAmt[" + totAmt + "]"); + "] > totAmt[" + totAmt + "]");
//commented by sarita to provide validation on post save as total amount updated on save on 11 JUN 2018 [START]
if (lcAmount > Double.parseDouble(totAmt)) { /* if (lcAmount > Double.parseDouble(totAmt)) {
errcode = "POADVMIS"; errcode = "POADVMIS";
errList.add(errcode); errList.add(errcode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }*/
//commented by sarita to provide validation on post save as total amount updated on save on 11 JUN 2018 [END]
} }
/* /*
* if (childNodeName.equalsIgnoreCase("amt_type")) { * if (childNodeName.equalsIgnoreCase("amt_type")) {
......
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