Commit c8afb7cd authored by prane's avatar prane

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178476 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 11da11ae
......@@ -1947,8 +1947,8 @@ public class PostOrdInvoiceGen extends ActionHandlerEJB
//beanMapKey=rs.getString("sord_no").trim()+"@".trim()+rs.getString("line_no__sord").trim();
//Changes done by Pavan R on 09/JAN/18 Start to sort desp line and sord line wise
beanMapKey=rs.getString("sord_no").trim()+"@".trim()+rs.getString("line_no__sord").trim()+"@".trim()+rs.getString("item_code").trim();
//beanMapKey=rs.getString("sord_no").trim()+"@".trim()+rs.getString("line_no").trim();
//beanMapKey=rs.getString("sord_no").trim()+"@".trim()+rs.getString("line_no__sord").trim()+"@".trim()+rs.getString("item_code").trim();
beanMapKey=rs.getString("sord_no").trim()+"@".trim()+rs.getString("line_no").trim();
//beanMapKey=rs.getString("sord_no").trim()+"@".trim()+rs.getString("line_no").trim()+"@".trim()+rs.getString("line_no__sord").trim();
//Changes done by Pavan R on 09/JAN/18 End
System.out.println("beanMapKey>>>>["+beanMapKey+"]");
......@@ -2023,11 +2023,11 @@ public class PostOrdInvoiceGen extends ActionHandlerEJB
mRealQty=(Double.parseDouble(quantity_real==null?"0.00":quantity_real)+invoiceDetBean.getmRealQty());
System.out.println("mTotDespQty:["+mTotDespQty+"]mTotStdQty:["+mTotStdQty+"]mNoArt:["+mNoArt+"]mRealQty:["+mRealQty+"]");
invoiceDetBean.setmTotDespQty(mTotDespQty);//==null?"0.00":mTotDespQty);
/*invoiceDetBean.setmTotDespQty(mTotDespQty);//==null?"0.00":mTotDespQty);
invoiceDetBean.setmTotStdQty(mTotStdQty);
invoiceDetBean.setmNoArt(mNoArt);
invoiceDetBean.setmRealQty(mRealQty);
*/
invDetBeanMap.put(beanMapKey, invoiceDetBean);
}
}// DESP_DET while loop END
......
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