Commit 149176af authored by ssalve's avatar ssalve

Sarita: Done changes to call poRcpVouchRetrieve instead createPoRcpVoucher on 20 AUG 18

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189430 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 87e7b45f
......@@ -57,8 +57,11 @@ public class CreateVoucherAct extends ActionHandlerEJB implements CreateVoucherA
}
System.out.println("Calling......actionHandler for Common Voucher");
CreatePoRcpVoucher createVouc = new CreatePoRcpVoucher();
retString = createVouc.createPoRcpVoucher(tranId,
xtraParams, conn);
//Commented and Added by sarita on 10 AUG 18 [START]
/*retString = createVouc.createPoRcpVoucher(tranId,
xtraParams, conn);*/
retString = createVouc.poRcpVouchRetrieve(tranId, xtraParams, conn);
//Commented and Added by sarita on 10 AUG 18 [END]
System.out.println("CreateVoucher retString"+retString);
if(retString.indexOf("Success") != -1)
......
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