Commit 041a5333 authored by jshaikh's avatar jshaikh
parent b1f78658
......@@ -15377,7 +15377,6 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
System.out.println("lsToken == "+lsToken+" appOrderType = "+appOrderType);
if (orderType.trim().length() == lsToken.trim().length()) {
lbProceed = true;
break; //Added by Jaffar S for getting out of infinite loop on 15-02-19
}
} 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