Commit 8504bab1 authored by smestry's avatar smestry

Updated the java file for product wizard changes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104076 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a2b24c44
...@@ -1217,7 +1217,7 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote, ...@@ -1217,7 +1217,7 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote,
} }
// Changed by Sneha on 22-06-2016, for Dimension NA in item description [End] // Changed by Sneha on 22-06-2016, for Dimension NA in item description [End]
custItemRefStr = item_parnt + " - " + color[j] + " - " + size1[k]; //Changed by Sneha on 24-10-2016, to add new field customer item references custItemRefStr = item_parnt + "-" + color[j] + "-" + size1[k]; //Changed by Sneha on 24-10-2016, to add new field customer item references
valueXmlString.append("<Detail2 domID='"+ no +"' selected = 'Y'>\r\n"); valueXmlString.append("<Detail2 domID='"+ no +"' selected = 'Y'>\r\n");
......
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