Commit ccfb7a6e authored by dsawant's avatar dsawant

updated


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