Commit f7098740 authored by mjadhav's avatar mjadhav

add lock type warehouse lock for INVhold process


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96825 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b1f93fc7
...@@ -351,6 +351,12 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv ...@@ -351,6 +351,12 @@ public class InvHoldRelGen extends ProcessEJB implements InvHoldRelGenLocal, Inv
* if menu is InvHoldRelGen For Administrative then data filter with lock type 'Administrative lock' * if menu is InvHoldRelGen For Administrative then data filter with lock type 'Administrative lock'
* */ * */
System.out.println("windowName !!!"+windowName);
if(windowName.equalsIgnoreCase("w_invholdrelgen_wh"))
{
System.out.println("windowName 1"+windowName);
subSql = "and il.lock_type='0'";//warehouse lock
}
if(windowName.equalsIgnoreCase("w_invholdrelgen_quality")) if(windowName.equalsIgnoreCase("w_invholdrelgen_quality"))
{ {
......
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