Commit 11da11ae authored by prane's avatar prane

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178471 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c23ed558
......@@ -2020,7 +2020,8 @@ public class PostOrdInvoiceGen extends ActionHandlerEJB
mTotDespQty=Double.parseDouble(quantity==null?"0.00":quantity)+invoiceDetBean.getmTotDespQty();
mTotStdQty=Double.parseDouble(desp_quantity__stduom==null?"0.00":desp_quantity__stduom)+invoiceDetBean.getmTotStdQty();
mNoArt=Integer.parseInt(no_art==null?"0":no_art)+invoiceDetBean.getmNoArt();
mRealQty=(Double.parseDouble(quantity_real==null?"0.00":quantity_real)+invoiceDetBean.getmRealQty());
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.setmTotStdQty(mTotStdQty);
......
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