Commit 5e7c9ec3 authored by Jérome Perrin's avatar Jérome Perrin

only style change


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25392 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 29176e96
......@@ -65,14 +65,18 @@ class SplitAndDefer(CopyToTarget):
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,
......
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