Commit 57ac59dc authored by asikarwar's avatar asikarwar

CHANGE CANCEL MSG FOR BOQ


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92982 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f17e6a88
......@@ -129,7 +129,7 @@ public class BoqCancel extends ActionHandlerEJB implements BoqCancelLocal, BoqCa
if(status != null && status.equalsIgnoreCase("X"))
{
System.out.println("The Selected transaction is already Cancel");
errString = itmDBAccessEJB.getErrorString("","VTINDCANC2","","",conn);
errString = itmDBAccessEJB.getErrorString("","VMBOQCAN","","",conn);
return errString;
}
else
......
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