Commit cbb9da3d authored by ngadkari's avatar ngadkari

Auto pay flag based automatic payment of voucher and misc. voucher, pay mode cash to be removed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@186811 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 53ae4082
......@@ -1976,7 +1976,7 @@ conn = getConnection();
} //gs_run_mode
//For generating payment if pay mode is C and auto pay is Y
if("C".equalsIgnoreCase(mischdrMap.get("pay_mode").toString()))
/*if("C".equalsIgnoreCase(mischdrMap.get("pay_mode").toString()))
{
VouchPayAct vouchpay=new VouchPayAct();
errString=vouchpay.actionPay(tranId, xtraParams,"M-VOUC",true,conn);
......@@ -1989,7 +1989,7 @@ conn = getConnection();
{
return errString;
}
}
}*/ //commented by nandkumar gadkari on 21/06/18
......
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