Commit b4278e7d authored by dsawant's avatar dsawant

UPDATED FOR MSG NO VTSTKHOLD


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96425 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cf1b2d0f
......@@ -498,7 +498,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
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";//Despatch can not be created as qunaity is on hold.
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