Commit 86cdbbc5 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@99477 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5d432b2c
......@@ -847,15 +847,15 @@ public class GenReceiptIC extends ValidatorEJB implements GenReceiptICLocal, Gen
errFields.add(childNodeName.toLowerCase());
}
/**************************/
/*if(isAmountExceed(domAll,conn))
/********************added by vishakha for checking for unconfirmed transaction for refno,amount should not exceed the receivables amount******/
if(isAmountExceed(domAll,conn))
{
System.out.println("Amount Exceed checking...");
errCode = "VTAMTEXEED";
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