Commit bece53d9 authored by cpatil's avatar cpatil

comment for multiple line


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93946 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9c50c64c
...@@ -1115,7 +1115,7 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc ...@@ -1115,7 +1115,7 @@ public class StockAllocationPrc extends ProcessEJB implements StockAllocationPrc
} }
if( errString != null && errString.trim().length() > 0 && flag == true ) if( errString != null && errString.trim().length() > 0 && flag == true )
{ {
if( !(list1.contains(saleOrder))) //if( !(list1.contains(saleOrder))) // commented for multiple line
{ {
isFlag = false; isFlag = false;
list1.add(saleOrder); list1.add(saleOrder);
......
...@@ -999,7 +999,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocat ...@@ -999,7 +999,7 @@ public class StockDeallocationPrc extends ProcessEJB implements StockDeallocat
} }
if( errString != null && errString.trim().length() > 0 && flag == true ) if( errString != null && errString.trim().length() > 0 && flag == true )
{ {
if( !(list1.contains(saleOrder))) //if( !(list1.contains(saleOrder))) // commented for multiple line
{ {
isFlag = false; isFlag = false;
list1.add(saleOrder); list1.add(saleOrder);
......
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