Commit 5eefbdf2 authored by jshaikh's avatar jshaikh

some minor bug fix

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@197201 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d5faeb7b
...@@ -15379,8 +15379,9 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -15379,8 +15379,9 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
if(orderType.equalsIgnoreCase(lsToken))//Changed by Jaffar S. on 15-02-19 if(orderType.equalsIgnoreCase(lsToken))//Changed by Jaffar S. on 15-02-19
{ {
lbProceed = true; lbProceed = true;
break;
} }
break;
} while (appOrderType.trim().length() > 0); } while (appOrderType.trim().length() > 0);
} }
prevScheme = schemeCode1; prevScheme = schemeCode1;
......
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