Commit 9159dedd authored by pgole's avatar pgole

Updated ejb component


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104373 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bc80dea9
......@@ -1481,9 +1481,9 @@ public class ChrgBckLocConf extends ActionHandlerEJB implements ChrgBckLocConfLo
}
else
{
xmlBuffDet.append("<amount><![CDATA["+ grossAmount +"]]></amount>");
xmlBuffDet.append("<net_amt><![CDATA["+ drcrAmt +"]]></net_amt>");
xmlBuffDet.append("<tax_amt><![CDATA["+ taxAmt +"]]></tax_amt>");
xmlBuffDet.append("<amount><![CDATA["+ (grossAmount - discountAmt) +"]]></amount>");
//xmlBuffDet.append("<net_amt><![CDATA["+ drcrAmt +"]]></net_amt>");
//xmlBuffDet.append("<tax_amt><![CDATA["+ taxAmt +"]]></tax_amt>");
}
//}
/*else
......
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