Commit 95a32ed3 authored by ssalve's avatar ssalve

Sarita : Done changes for error code on 22 AUG 18

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189540 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 04cca0d3
...@@ -2757,7 +2757,8 @@ public class CreatePoRcpVoucher ...@@ -2757,7 +2757,8 @@ public class CreatePoRcpVoucher
if(count2 < count1) if(count2 < count1)
{ {
errCode = "VTQCORDNC"; //errCode = "VTQCORDNC";//Added by sarita to change error code on 22 AUG 18
errCode = "VTINV00001";//QC Not Confirmed OR Voucher is not created against Receipt OR Voucher Already Created
retString = itmDBAccessEJB.getErrorString("",errCode,"","",conn); retString = itmDBAccessEJB.getErrorString("",errCode,"","",conn);
return retString; return 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