svn commit: r547895 - /ofbiz/branches/release4.0/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r547895 - /ofbiz/branches/release4.0/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh

lektran
Author: lektran
Date: Sat Jun 16 02:37:34 2007
New Revision: 547895

URL: http://svn.apache.org/viewvc?view=rev&rev=547895
Log:
Applied fix from trunk for revision: 545591

Modified:
    ofbiz/branches/release4.0/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh

Modified: ofbiz/branches/release4.0/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh?view=diff&rev=547895&r1=547894&r2=547895
==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh (original)
+++ ofbiz/branches/release4.0/applications/accounting/webapp/accounting/WEB-INF/actions/invoice/createApplicationList.bsh Sat Jun 16 02:37:34 2007
@@ -49,7 +49,6 @@
         invoiceAppl = q.next();
         Map itemmap = new HashMap();
         itemmap.put("invoiceId",invoiceId);
-        itemmap.put("uomId",invoice.getString("currencyUomId"));
         itemmap.put("invoiceItemSeqId",invoiceAppl.getString("invoiceItemSeqId"));
         itemmap.put("total",InvoiceWorker.getInvoiceTotalBd(invoice).doubleValue());
         itemmap.put("paymentApplicationId",invoiceAppl.getString("paymentApplicationId"));