[Erp5-report] r25392 - /erp5/trunk/products/ERP5/TargetSolver/SplitAndDefer.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jan 30 17:34:03 CET 2009
Author: jerome
Date: Fri Jan 30 17:34:02 2009
New Revision: 25392
URL: http://svn.erp5.org?rev=25392&view=rev
Log:
only style change
Modified:
erp5/trunk/products/ERP5/TargetSolver/SplitAndDefer.py
Modified: erp5/trunk/products/ERP5/TargetSolver/SplitAndDefer.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/TargetSolver/SplitAndDefer.py?rev=25392&r1=25391&r2=25392&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/TargetSolver/SplitAndDefer.py [utf8] (original)
+++ erp5/trunk/products/ERP5/TargetSolver/SplitAndDefer.py [utf8] Fri Jan 30 17:34:02 2009
@@ -65,14 +65,18 @@
stop_date=self.stop_date,
order=simulation_movement.getOrder(),
deliverable=simulation_movement.isDeliverable(),
- quantity=movement_quantity-new_movement_quantity,
- price = simulation_movement.getPrice(),
- price_currency = simulation_movement.getPriceCurrency(),
- source = simulation_movement.getSource(),
- destination = simulation_movement.getDestination(),
- source_section = simulation_movement.getSourceSection(),
- resource = simulation_movement.getResource(),
- destination_section = simulation_movement.getDestinationSection(),
+
+ resource=simulation_movement.getResource(),
+ quantity=movement_quantity - new_movement_quantity,
+
+ price=simulation_movement.getPrice(),
+ price_currency=simulation_movement.getPriceCurrency(),
+
+ source=simulation_movement.getSource(),
+ destination=simulation_movement.getDestination(),
+ source_section=simulation_movement.getSourceSection(),
+ destination_section=simulation_movement.getDestinationSection(),
+
base_contribution_list=simulation_movement.getBaseContributionList(),
description=simulation_movement.getDescription(),
activate_kw=self.activate_kw,
More information about the Erp5-report
mailing list