[Erp5-report] r25096 - /erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 14 10:30:27 CET 2009


Author: jerome
Date: Wed Jan 14 10:30:26 2009
New Revision: 25096

URL: http://svn.erp5.org?rev=25096&view=rev
Log:
we don't care about simulation movement id

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

Modified: erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py?rev=25096&r1=25095&r2=25096&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py [utf8] Wed Jan 14 10:30:26 2009
@@ -120,7 +120,6 @@
                 "expanding %s: without resource" % applied_rule.getPath())
         # XXX Harcoded list
         prevision_line = {
-            'id': accounting_rule_cell_line.getId(),
             'source': accounting_rule_cell_line.getSource(),
             'source_section': context_movement.getSourceSection(),
             'source_decision': context_movement.getSourceDecision(),




More information about the Erp5-report mailing list