Commit 8602fba1 authored by wansari's avatar wansari

D15AKAT008 updated quantity and no_art for multiscan receipt for grl


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99423 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cf1b9a02
...@@ -3037,9 +3037,13 @@ private String disParmValue( Connection conn , String disparmVar ) throws ITMExc ...@@ -3037,9 +3037,13 @@ private String disParmValue( Connection conn , String disparmVar ) throws ITMExc
valueXmlString.append("<quantity><![CDATA[").append("1").append("]]></quantity>\r\n"); valueXmlString.append("<quantity><![CDATA[").append("1").append("]]></quantity>\r\n");
valueXmlString.append("<no_art><![CDATA[").append("1").append("]]></no_art>\r\n"); valueXmlString.append("<no_art><![CDATA[").append("1").append("]]></no_art>\r\n");
}*/ }*/
valueXmlString.append("<quantity><![CDATA[").append(remaining).append("]]></quantity>\r\n"); //Changed by wasim on 14-10-2015 to enter quantity as shipper size and no_art will be saved as 1[START]
valueXmlString.append("<no_art><![CDATA[").append(noArt+1).append("]]></no_art>\r\n"); //valueXmlString.append("<quantity><![CDATA[").append(remaining).append("]]></quantity>\r\n");
//valueXmlString.append("<no_art><![CDATA[").append(noArt+1).append("]]></no_art>\r\n");
System.out.println("Shipper size will act as quantity="+shipperSize);
valueXmlString.append("<quantity><![CDATA[").append(shipperSize).append("]]></quantity>\r\n");
valueXmlString.append("<no_art><![CDATA[").append("1").append("]]></no_art>\r\n");
//Changed by wasim on 14-10-2015 to enter quantity as shipper size and no_art will be saved as 1[END]
valueXmlString.append("</Detail3>\r\n"); valueXmlString.append("</Detail3>\r\n");
//l++; //l++;
// System.out.println("L="+l); // System.out.println("L="+l);
......
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