Commit 162fb68d authored by cpatil's avatar cpatil

status 'A' of work order consider in work order release process


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99870 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2532b2d5
...@@ -258,7 +258,7 @@ public class WorkorderRelease extends ProcessEJB implements WorkorderReleaseLoca ...@@ -258,7 +258,7 @@ public class WorkorderRelease extends ProcessEJB implements WorkorderReleaseLoca
// 11/12/14 manoharan // 11/12/14 manoharan
orderType = orderType.trim(); orderType = orderType.trim();
// end 11/12/14 manoharan // end 11/12/14 manoharan
if ("P".equalsIgnoreCase(status) || "M".equalsIgnoreCase(status) || "U".equalsIgnoreCase(status)) if ("P".equalsIgnoreCase(status) || "M".equalsIgnoreCase(status) || "U".equalsIgnoreCase(status) || "A".equalsIgnoreCase(status)) //added condition for ATP
{ {
errString = itmDBAccessEJB.getErrorString("","VTNOTFPLAN",userId); errString = itmDBAccessEJB.getErrorString("","VTNOTFPLAN",userId);
return errString; return errString;
......
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