[Erp5-report] r20952 - /erp5/trunk/products/ERP5/Document/InvoicingRule.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed May 14 11:49:12 CEST 2008


Author: jerome
Date: Wed May 14 11:49:12 2008
New Revision: 20952

URL: http://svn.erp5.org?rev=20952&view=rev
Log:
replace tabs with spaces

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

Modified: erp5/trunk/products/ERP5/Document/InvoicingRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/InvoicingRule.py?rev=20952&r1=20951&r2=20952&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoicingRule.py (original)
+++ erp5/trunk/products/ERP5/Document/InvoicingRule.py Wed May 14 11:49:12 2008
@@ -91,12 +91,12 @@
         'source': context_movement.getSource(),
         'source_section': context_movement.getSourceSection(),
         'source_decision': context_movement.getSourceDecision(),
-	'source_administration': context_movement.getSourceAdministration(),
-	'destination': context_movement.getDestination(),
+        'source_administration': context_movement.getSourceAdministration(),
+        'destination': context_movement.getDestination(),
         'destination_section': context_movement.getDestinationSection(),
         'destination_decision': context_movement.getDestinationDecision(),
-	'destination_administration': context_movement.getDestinationAdministration(),
-	'start_date': context_movement.getStartDate(),
+        'destination_administration': context_movement.getDestinationAdministration(),
+        'start_date': context_movement.getStartDate(),
         'stop_date': context_movement.getStopDate(),
         'resource': context_movement.getResource(),
         'variation_category_list': context_movement.getVariationCategoryList(),




More information about the Erp5-report mailing list