Commit 51d57c0c authored by kshinde's avatar kshinde

Return errString if returnString is not Success

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@180501 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1052c7f2
......@@ -1845,6 +1845,11 @@ public class CreatePoRcpVoucher
pstmtUpd=null;
}
}
else
{
//changed by kunal on 16/02/2018 for returning errorString if not success
return retString;
}
/* //
// 3 Added by Vilas
lds_vouchdet.reset()
......
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