Commit a92487f5 authored by smestry's avatar smestry

W15LKAT004, Updated the code for removing selected size code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101364 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2c8d871e
...@@ -1142,6 +1142,9 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote, ...@@ -1142,6 +1142,9 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote,
pstmt = null; pstmt = null;
} }
sql = "SELECT ATTRIB_ID, TRIM(DESCR),TRIM(SH_DESCR) FROM ITM_ATTRIB_VAL WHERE ATTRIB_CODE='"+phyAttrib22+"' ORDER BY SORT_ORDER "; sql = "SELECT ATTRIB_ID, TRIM(DESCR),TRIM(SH_DESCR) FROM ITM_ATTRIB_VAL WHERE ATTRIB_CODE='"+phyAttrib22+"' ORDER BY SORT_ORDER ";
values[0] = "";
values[1] = "";
} }
// Changed by Sneha on 01-04-2016, for Size Availability [End] // Changed by Sneha on 01-04-2016, for Size Availability [End]
......
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