Commit cac71ebf authored by dpawar's avatar dpawar

Add msg code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96285 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9873be42
...@@ -491,7 +491,7 @@ public class DespatchWiz extends ValidatorEJB implements DespatchWizLocal, Despa ...@@ -491,7 +491,7 @@ public class DespatchWiz extends ValidatorEJB implements DespatchWizLocal, Despa
if("N".equalsIgnoreCase(avalyn)){ if("N".equalsIgnoreCase(avalyn)){
if(cnt == 0){ if(cnt == 0){
//Error //Error
errCode = "VTDPCCSQ";//Despatch can not be created as qunaity is on hold. errCode = "DIDOLKCINC";//Despatch can not be created as qunaity is on hold.
errString = getErrorString("quantity",errCode,userId); errString = getErrorString("quantity",errCode,userId);
break; 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