Commit 8ae8fdf0 authored by msingh's avatar msingh

Changes Merging for DDWMS.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99113 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6a4df402
......@@ -503,7 +503,7 @@ public class PickIssPos extends ValidatorEJB implements PickIssPosLocal, PickIss
{
System.out.println("called for active pick ");
//Changed of Manish on 05/11/15 for DDUK project [start].
if("!DDUK".equalsIgnoreCase(projectName))
if(!"DDUK".equalsIgnoreCase(projectName))
{
palletNo = genericUtility.getColumnValue("pallet_no", dom, "1", "1");
}
......@@ -643,7 +643,7 @@ public class PickIssPos extends ValidatorEJB implements PickIssPosLocal, PickIss
System.out.println("---row updated sucessfully in pallet no ---->"+updCnt);
}*/
// Changed by Manish on 05/11/15 for DDUK Project [Start]
if("!DDUK".equalsIgnoreCase(projectName))
if(!"DDUK".equalsIgnoreCase(projectName))
{
sql = "UPDATE PALLET_NO SET STATUS = 'U' WHERE PALLET_NO = ? ";
......
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