Commit 366ed698 authored by dpawar's avatar dpawar

Added condition for orderType(P)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97268 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a3c6eb43
......@@ -4048,7 +4048,12 @@ public class ReplIssIC extends ValidatorEJB implements ReplIssICLocal, ReplIssIC
objName = "repl_iss";
varName = "DOCKLOC_INVSTAT";
}
//Changes by Dadaso pawar on 11/02/15 [Start] Multiple line showing in edit mode.
else if("P".equalsIgnoreCase(orderType.trim()) )
{
objName = "active_repl_iss";
}
//Changes by Dadaso pawar on 11/02/15 [End] Multiple line showing in edit mode.
/*if ( "D".equalsIgnoreCase(orderType.trim()) )
{
......
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