Commit 7c0976e7 authored by Fabrice Decroix's avatar Fabrice Decroix

remove duplicated line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23890 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7f89d52b
......@@ -131,7 +131,6 @@ class InvoiceTransactionRule(Rule, PredicateMatrix):
'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(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment