diff --git a/product/ERP5/Document/InvoicingRule.py b/product/ERP5/Document/InvoicingRule.py index 13cf79e4023e61bcfbc2a425000383a531496c14..3bd26f7459def0f4fcb9985e997c9f398c1ec4ad 100644 --- a/product/ERP5/Document/InvoicingRule.py +++ b/product/ERP5/Document/InvoicingRule.py @@ -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(),