Commit e6801455 authored by Jérome Perrin's avatar Jérome Perrin

replace tabs with spaces


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20952 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f5712f4
...@@ -91,12 +91,12 @@ class InvoicingRule(Rule): ...@@ -91,12 +91,12 @@ class InvoicingRule(Rule):
'source': context_movement.getSource(), 'source': context_movement.getSource(),
'source_section': context_movement.getSourceSection(), 'source_section': context_movement.getSourceSection(),
'source_decision': context_movement.getSourceDecision(), 'source_decision': context_movement.getSourceDecision(),
'source_administration': context_movement.getSourceAdministration(), 'source_administration': context_movement.getSourceAdministration(),
'destination': context_movement.getDestination(), 'destination': context_movement.getDestination(),
'destination_section': context_movement.getDestinationSection(), 'destination_section': context_movement.getDestinationSection(),
'destination_decision': context_movement.getDestinationDecision(), 'destination_decision': context_movement.getDestinationDecision(),
'destination_administration': context_movement.getDestinationAdministration(), 'destination_administration': context_movement.getDestinationAdministration(),
'start_date': context_movement.getStartDate(), 'start_date': context_movement.getStartDate(),
'stop_date': context_movement.getStopDate(), 'stop_date': context_movement.getStopDate(),
'resource': context_movement.getResource(), 'resource': context_movement.getResource(),
'variation_category_list': context_movement.getVariationCategoryList(), 'variation_category_list': context_movement.getVariationCategoryList(),
......
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