[Erp5-report] r32136 kazuhiko - /erp5/trunk/products/ERP5/Document/InvoicingRule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 1 13:19:33 CET 2010


Author: kazuhiko
Date: Mon Feb  1 13:19:31 2010
New Revision: 32136

URL: http://svn.erp5.org?rev=32136&view=rev
Log:
no longer set deliverable on simulation movement.

Modified:
    erp5/trunk/products/ERP5/Document/InvoicingRule.py

Modified: erp5/trunk/products/ERP5/Document/InvoicingRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/InvoicingRule.py?rev=32136&r1=32135&r2=32136&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoicingRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/InvoicingRule.py [utf8] Mon Feb  1 13:19:31 2010
@@ -108,8 +108,6 @@
         'price': context_movement.getPrice(),
         'price_currency': context_movement.getPriceCurrency(),
         'efficiency': context_movement.getEfficiency(),
-        # We do need to collect invoice lines to build invoices
-        'deliverable': 1
         }
     return [invoice_line]
 




More information about the Erp5-report mailing list