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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 29 14:27:16 CEST 2008


Author: fabrice
Date: Mon Sep 29 14:27:05 2008
New Revision: 23890

URL: http://svn.erp5.org?rev=23890&view=rev
Log:
remove duplicated line

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=23890&r1=23889&r2=23890&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py (original)
+++ erp5/trunk/products/ERP5/Document/InvoiceTransactionRule.py Mon Sep 29 14:27:05 2008
@@ -131,7 +131,6 @@
             'source_payment': context_movement.getSourcePayment(),
             'destination': accounting_rule_cell_line.getDestination(),
             'destination_section': context_movement.getDestinationSection(),
-            'destination_section': context_movement.getDestinationSection(),
             'destination_decision': context_movement.getDestinationDecision(),
             'destination_administration': context_movement.getDestinationAdministration(),
             'destination_project': context_movement.getDestinationProject(),




More information about the Erp5-report mailing list