Commit 0a2ff867 authored by pchavan's avatar pchavan

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191201 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 84180308
...@@ -902,7 +902,7 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus ...@@ -902,7 +902,7 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus
System.out.println("No. of rows updated for receipt_backflush table --------->>["+upcnt+"]"); System.out.println("No. of rows updated for receipt_backflush table --------->>["+upcnt+"]");
if(upcnt > 0) if(upcnt > 0)
{ {
// conn.commit(); conn.commit(); //Changed By PriyankaC on 25SEP2018
//retString = itmDBAccessEJB.getErrorString("","VTDIST30",""); //retString = itmDBAccessEJB.getErrorString("","VTDIST30","");
System.out.println("ReceiptBackflush Confirmed .."+retString); System.out.println("ReceiptBackflush Confirmed .."+retString);
} }
......
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