Commit 00eb5a38 authored by Jérome Perrin's avatar Jérome Perrin

copy order's movement description in simulation movement


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25238 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dcdeeb85
......@@ -104,6 +104,7 @@ class InvoicingRule(Rule):
'destination_payment': context_movement.getDestinationPayment(),
'start_date': context_movement.getStartDate(),
'stop_date': context_movement.getStopDate(),
'description': context_movement.getDescription(''),
'resource': context_movement.getResource(),
'variation_category_list': context_movement.getVariationCategoryList(),
'variation_property_dict':
......
......@@ -181,6 +181,7 @@ class OrderRule(DeliveryRule):
'destination_function',
'start_date',
'stop_date',
'description',
'resource',
'variation_category_list',
'variation_property_dict',
......
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