Commit a1a5514c authored by ngadkari's avatar ngadkari

change in setting std quantity

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202992 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 870135c8
...@@ -4551,7 +4551,7 @@ public class IndentReqIC extends ValidatorEJB implements IndentICLocal, IndentIC ...@@ -4551,7 +4551,7 @@ public class IndentReqIC extends ValidatorEJB implements IndentICLocal, IndentIC
qty = discommon.convQtyFactor(itemunit, ls_unit_std, mval1, Double.parseDouble(qtyStr), lc_conv, conn); qty = discommon.convQtyFactor(itemunit, ls_unit_std, mval1, Double.parseDouble(qtyStr), lc_conv, conn);
System.out.println("------- qty -------------"+qty); System.out.println("------- qty -------------"+qty);
valueXmlString.append( "<conv__qty_stduom><![CDATA[" ).append(lc_conv).append( "]]></conv__qty_stduom>\r\n" ); //// UOM Con : valueXmlString.append( "<conv__qty_stduom><![CDATA[" ).append(lc_conv).append( "]]></conv__qty_stduom>\r\n" ); //// UOM Con :
valueXmlString.append( "<quantity__stduom><![CDATA[" ).append(qty.get(0).toString()).append( "]]></quantity__stduom>\r\n" ); //// Std Qty : valueXmlString.append( "<quantity__stduom><![CDATA[" ).append(qty.get(1).toString()).append( "]]></quantity__stduom>\r\n" ); //// Std Qty : qty.get(1) set as 1 by nandkumar gadkari on 05/07/19
} }
if( currentColumn.trim().equalsIgnoreCase( "conv__qty_stduom" ) ) //// UOM Con : if( currentColumn.trim().equalsIgnoreCase( "conv__qty_stduom" ) ) //// UOM Con :
...@@ -4566,7 +4566,7 @@ public class IndentReqIC extends ValidatorEJB implements IndentICLocal, IndentIC ...@@ -4566,7 +4566,7 @@ public class IndentReqIC extends ValidatorEJB implements IndentICLocal, IndentIC
qtyStr = (qtyStr.length() == 0) ? "0" : qtyStr; qtyStr = (qtyStr.length() == 0) ? "0" : qtyStr;
qty = discommon.convQtyFactor(itemunit, ls_unit_std, mval1, Double.parseDouble(qtyStr), Double.parseDouble(lc_conv1), conn); qty = discommon.convQtyFactor(itemunit, ls_unit_std, mval1, Double.parseDouble(qtyStr), Double.parseDouble(lc_conv1), conn);
valueXmlString.append( "<quantity__stduom><![CDATA[" ).append(qty.get(0).toString()).append( "]]></quantity__stduom>\r\n" ); //// Std Qty : valueXmlString.append( "<quantity__stduom><![CDATA[" ).append(qty.get(1).toString()).append( "]]></quantity__stduom>\r\n" ); //// Std Qty : qty.get(1) set as 1 by nandkumar gadkari on 05/07/19
} }
if( currentColumn.trim().equalsIgnoreCase( "pack_code" ) ) if( currentColumn.trim().equalsIgnoreCase( "pack_code" ) )
{ {
......
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