Commit f279770d authored by cpatil's avatar cpatil

modify error code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93930 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7b385074
......@@ -831,9 +831,11 @@ public class WOIssueReplacementPrc extends ProcessEJB implements GenerateReceipt
}
else
{
errCode =itemCode+","+siteCode+"VTSTKEXORT";
//errCode =itemCode+","+siteCode+"VTSTKEXORT";
errCode ="VTSTKEXORT";
System.out.println("errCode .........."+errCode);
return errCode;
retStr =itmDBAccessEJB.getErrorString("","VTSTKEXORT","","",conn);
return retStr;
}
System.out.println("stock_loc_code ..."+stock_loc_code);
System.out.println("stock_lot_sl ..."+stock_lot_sl);
......
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