Commit ce562dc8 authored by kmandhre's avatar kmandhre

add validation and handle multiple line error message : 182-N point bug fixing


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94096 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 55526ac0
...@@ -892,6 +892,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocat ...@@ -892,6 +892,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocat
if(DeallocQty > totDeallocQty) //added by kunaal on 04/jan/14 if(DeallocQty > totDeallocQty) //added by kunaal on 04/jan/14
{ {
isFlag = false; isFlag = false;
flag = true;
list2.add(saleOrder); list2.add(saleOrder);
list2.add(lineNo); list2.add(lineNo);
list2.add(itemCode); list2.add(itemCode);
......
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