Commit 57a3ac6f authored by mnair's avatar mnair

ADDED CHANGES in SOrderAmdIC

line no---538:37 and 1293:32


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105931 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8609ff3b
...@@ -535,9 +535,17 @@ public class SOrderAmdIC extends ValidatorEJB implements SOrderAmdICRemote,SOrde ...@@ -535,9 +535,17 @@ public class SOrderAmdIC extends ValidatorEJB implements SOrderAmdICRemote,SOrde
else else
{ {
errcode = distCommon.getCheckTaxEnvStatus(taxEnv, amdDatets, conn); errcode = distCommon.getCheckTaxEnvStatus(taxEnv, amdDatets, conn);
//Changes done by Mayur on 14/JUNE/17---[START]
if(errcode != null && errcode.trim().length() > 0)
{
errList.add(errcode); errList.add(errcode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
//Changes done by Mayur on 14/JUNE/17---[END]
/*errList.add(errcode);
errFields.add(childNodeName.toLowerCase());*/
}
} }
...@@ -1282,9 +1290,17 @@ public class SOrderAmdIC extends ValidatorEJB implements SOrderAmdICRemote,SOrde ...@@ -1282,9 +1290,17 @@ public class SOrderAmdIC extends ValidatorEJB implements SOrderAmdICRemote,SOrde
else else
{ {
errcode = distCommon.getCheckTaxEnvStatus(taxEnv, amdDatets, conn); errcode = distCommon.getCheckTaxEnvStatus(taxEnv, amdDatets, conn);
//Changes done by Mayur on 14/JUNE/17---[START]
if(errcode != null && errcode.trim().length() > 0)
{
errList.add(errcode); errList.add(errcode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
//Changes done by Mayur on 14/JUNE/17---[END]
/*errList.add(errcode);
errFields.add(childNodeName.toLowerCase());*/
}
} }
......
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