Commit 6277eb3e authored by cpatil's avatar cpatil

for remove detail 2 validation of bill no


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98165 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 28084fae
...@@ -622,6 +622,7 @@ public class ProofOfDelivery extends ValidatorEJB implements ProofOfDeliveryLoca ...@@ -622,6 +622,7 @@ public class ProofOfDelivery extends ValidatorEJB implements ProofOfDeliveryLoca
System.out.println("currTranId--->>[" + currTranId + "]"); System.out.println("currTranId--->>[" + currTranId + "]");
System.out.println("Edit flag133BD--->>[" + editFlag + "]"); System.out.println("Edit flag133BD--->>[" + editFlag + "]");
/* //comment on 26/06/15 by cpatil for remove detail 2 validation of bill no
if (isBillNoRepeatedInDetail2(dom, dom2, billNo, billDate, currTranId,conn)) if (isBillNoRepeatedInDetail2(dom, dom2, billNo, billDate, currTranId,conn))
{ {
System.out.println("------bill no repeated in detail2---------"); System.out.println("------bill no repeated in detail2---------");
...@@ -629,7 +630,7 @@ public class ProofOfDelivery extends ValidatorEJB implements ProofOfDeliveryLoca ...@@ -629,7 +630,7 @@ public class ProofOfDelivery extends ValidatorEJB implements ProofOfDeliveryLoca
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
*/
if (isBillNoRepeatedInYear(conn, billNo, billDate, custCodeCurr, currTranId,xtraParams)) if (isBillNoRepeatedInYear(conn, billNo, billDate, custCodeCurr, currTranId,xtraParams))
{ {
......
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