svn commit: r835708 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java

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

svn commit: r835708 - /ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java

lektran
Author: lektran
Date: Fri Nov 13 02:13:03 2009
New Revision: 835708

URL: http://svn.apache.org/viewvc?rev=835708&view=rev
Log:
Another piece of unused code, was originally used to help calculate prorated adjustments

Modified:
    ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java

Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java?rev=835708&r1=835707&r2=835708&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/invoice/InvoiceServices.java Fri Nov 13 02:13:03 2009
@@ -195,9 +195,6 @@
             String billToCustomerPartyId = orh.getBillToParty().getString("partyId");
             String billFromVendorPartyId = orh.getBillFromParty().getString("partyId");
 
-            // get some quantity totals
-            BigDecimal totalItemsInOrder = orh.getTotalOrderItemsQuantity();
-
             // get some price totals
             BigDecimal shippableAmount = orh.getShippableTotal(null);
             BigDecimal orderSubTotal = orh.getOrderItemsSubTotal();