Commit 041a5333 authored by jshaikh's avatar jshaikh

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@197193 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b1f78658
...@@ -15377,7 +15377,6 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -15377,7 +15377,6 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
System.out.println("lsToken == "+lsToken+" appOrderType = "+appOrderType); System.out.println("lsToken == "+lsToken+" appOrderType = "+appOrderType);
if (orderType.trim().length() == lsToken.trim().length()) { if (orderType.trim().length() == lsToken.trim().length()) {
lbProceed = true; lbProceed = true;
break; //Added by Jaffar S for getting out of infinite loop on 15-02-19
} }
} while (appOrderType.trim().length() > 0); } while (appOrderType.trim().length() > 0);
} }
......
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