Commit 8055a6fc authored by dsawant's avatar dsawant

UPDATED


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96079 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c09e36c2
...@@ -470,7 +470,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss ...@@ -470,7 +470,7 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
rs = null; rs = null;
System.out.println("detquantity>>"+detquantity); System.out.println("detquantity>>"+detquantity);
totquantity = detquantity + quantity; totquantity = detquantity + quantity;
if(totquantity >= stkquantity) if(totquantity > stkquantity)
{ {
errCode = "DIDOQUANST"; errCode = "DIDOQUANST";
errString = getErrorString("quantity",errCode,userId); errString = getErrorString("quantity",errCode,userId);
......
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