Commit e4890ff3 authored by Sebastien Robin's avatar Sebastien Robin

added order so the acquisition is fine


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2488 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c2e327e
......@@ -111,11 +111,8 @@ class InvoicingRule(Rule):
resource = resource,
target_start_date = my_context_movement.getTargetStartDate(),
target_stop_date = my_context_movement.getTargetStartDate(),
target_source_list = (),
target_source_section_list = (),
quantity_unit = my_context_movement.getQuantityUnit(),
target_destination = my_context_movement.getTargetSource(),
target_destination_section = my_context_movement.getTargetSourceSection(),
order_value = my_context_movement.getDefaultOrderValue(),
deliverable = 0 # We do not need to source explicitely operations
)
# transformation_source.setVariationCategoryList(
......
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