Commit d4152c8e authored by smestry's avatar smestry

Updated the java for product Wizard changes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104157 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5e8e2a7e
......@@ -861,6 +861,7 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote,
System.out.println("Xtra Params="+xtraParams);//Changed by Wasim on 14-03-2016 to print Extra Params
dateFormat = genericUtility.getApplDateFormat();
userId = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "loginCode" );
String chgTerm = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "chgTerm" );
String loginSiteCode = genericUtility.getValueFromXTRA_PARAMS( xtraParams, "loginSiteCode" );//Changed by wasim on 14-03-2016 to get site code
......@@ -964,7 +965,7 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote,
//Changed by Sneha on 24-10-2016, to add new field customer item references [End]
valueXmlString.append("<item_commodity>").append("<![CDATA[]]>").append("</item_commodity>\r\n"); //Changed by Sneha on 24-11-2016, to add new field commodity no.
valueXmlString.append("<date_format><![CDATA["+dateFormat+"]]></date_format>");
valueXmlString.append(getLanguages(conn));
}
valueXmlString.append("</Detail1>\r\n");
......@@ -1174,6 +1175,7 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote,
//Changed by Sneha on 24-10-2016, to add new field customer item references [End]
valueXmlString.append("<item_commodity>").append("<![CDATA["+ checkNullAndTrim(commodityNo) +"]]>").append("</item_commodity>\r\n"); // Changed by Sneha on 24-11-2016, to display the value for commodity no
valueXmlString.append("<date_format><![CDATA["+dateFormat+"]]></date_format>");
}
valueXmlString.append("</Detail2>\r\n");
......@@ -1289,21 +1291,6 @@ public class DDProductWizEJB extends ValidatorEJB implements DDProductWizRemote,
valueXmlString.append("<item_barcode>").append("<![CDATA[]]>").append("</item_barcode>\r\n");
/*if(barcodeFlagVal.equalsIgnoreCase("Y"))
{
//String barcodeAutoStr = generateTranId( "w_barcode",loginSiteCode,conn);
//System.out.println("barcodeAutoStr===========>>"+barcodeAutoStr);
}
else if(barcodeFlagVal.equalsIgnoreCase("N"))
{
valueXmlString.append("<item_barcode>").append("<![CDATA[]]>").append("</item_barcode>\r\n");
}
*/
}
valueXmlString.append("</Detail2>\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