Commit f3535110 authored by smestry's avatar smestry

added new comments.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102336 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6dc25c0f
...@@ -902,7 +902,7 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote, ...@@ -902,7 +902,7 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote,
//Changed by Samadhan on 21/12/2015 for Set Size Descr instede of size id. //Changed by Samadhan on 21/12/2015 for Set Size Descr instede of size id.
//itemDesc = descr + " " + sizeDesc[k] + " " + color1[j] + " " + dimensionDesc[i]; //itemDesc = descr + " " + sizeDesc[k] + " " + color1[j] + " " + dimensionDesc[i];
//Sneha // Changed by Sneha on 22-06-2016, for Dimension NA in item description [Start]
//itemDesc = descr + " " + size1[k] + " " + color1[j] + " " + dimensionDesc[i]; //itemDesc = descr + " " + size1[k] + " " + color1[j] + " " + dimensionDesc[i];
System.out.println("dimensionDesc[i] value ======>>"+dimensionDesc[i]); System.out.println("dimensionDesc[i] value ======>>"+dimensionDesc[i]);
if(dimensionDesc[i].equalsIgnoreCase("NA")) if(dimensionDesc[i].equalsIgnoreCase("NA"))
...@@ -915,7 +915,7 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote, ...@@ -915,7 +915,7 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote,
System.out.println("inside else for dimensionDesc[i]======>>"+dimensionDesc[i]); System.out.println("inside else for dimensionDesc[i]======>>"+dimensionDesc[i]);
itemDesc = descr + " " + size1[k] + " " + color1[j] + " " + dimensionDesc[i]; itemDesc = descr + " " + size1[k] + " " + color1[j] + " " + dimensionDesc[i];
} }
// Changed by Sneha on 22-06-2016, for Dimension NA in item description [End]
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