Commit 2165efe3 authored by piyush's avatar piyush

Changes done in PayStruChgReqSubmit.java

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@217658 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 38450b4f
......@@ -399,7 +399,7 @@ public class PayStruChgReqSubmit extends ValidatorEJB implements PayStruChgReqSu
}
else if (hrAction.trim().equalsIgnoreCase("A"))
{
returnString = payStruChgReqConfirm.confirm(Tranid, xtraParams, forcedFlag, conn);
returnString = payStruChgReqConfirm.confirm(Tranid, xtraParams, forcedFlag, transInfoXml, conn);
}
else if (hrAction.trim().equalsIgnoreCase("R"))
{
......
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