Commit ec359d74 authored by vdhoble's avatar vdhoble

domestic receipt changes-uncommented amount exceed section


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@37708 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8bacf301
...@@ -847,15 +847,15 @@ public class GenReceiptIC extends ValidatorEJB implements GenReceiptICLocal, Gen ...@@ -847,15 +847,15 @@ public class GenReceiptIC extends ValidatorEJB implements GenReceiptICLocal, Gen
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
/**************************/ /********************added by vishakha for checking for unconfirmed transaction for refno,amount should not exceed the receivables amount******/
/*if(isAmountExceed(domAll,conn)) if(isAmountExceed(domAll,conn))
{ {
System.out.println("Amount Exceed checking..."); System.out.println("Amount Exceed checking...");
errCode = "VTAMTEXEED"; errCode = "VTAMTEXEED";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); 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