diff --git a/product/ERP5/Document/InvoicingRule.py b/product/ERP5/Document/InvoicingRule.py index 5eb556f569762ea5f4086b9cd36102ad6c23bfb4..9dcefecb81640a0b815afce10aa47345c14efa9c 100644 --- a/product/ERP5/Document/InvoicingRule.py +++ b/product/ERP5/Document/InvoicingRule.py @@ -85,7 +85,6 @@ class InvoicingRule(Rule): # XXX all this section will probably be removed once the simulation API # will be fully reviewed 'destination_list': context_movement.getDestinationList(), - 'destination': context_movement.getDestination(), 'destination_section': context_movement.getDestinationSection(), 'destination_decision': context_movement.getDestinationDecision(), 'destination_administration': context_movement.getDestinationAdministration(),