Commit 4a547b7d authored by dpawar's avatar dpawar

change message code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96426 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b4278e7d
......@@ -501,7 +501,7 @@ public class DespatchWiz extends ValidatorEJB implements DespatchWizLocal, Despa
System.out.println("Occurence-------->>["+occurence+"]");
if("N".equalsIgnoreCase(avalyn)){
if(otherLockCount > 0){
errCode = "DIDOLKCINC";//Despatch can not be created as qunaity is on hold.
errCode = "VTSTKHOLD";
errString = getErrorString("quantity",errCode,userId);
break;
}
......
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