Commit 93f6e43a authored by Alexandre Boeglin's avatar Alexandre Boeglin

copy the variation_property_dict as well.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7119 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0fc4836
......@@ -121,6 +121,8 @@ class InvoicingRule(Rule):
resource = my_context_movement.getResource(),
variation_category_list = my_context_movement.\
getVariationCategoryList(),
variation_property_dict = my_context_movement.\
getVariationPropertyDict(),
start_date = my_context_movement.getStartDate(),
stop_date = my_context_movement.getStopDate(),
source = my_context_movement.getSource(),
......
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