Commit a006f33a authored by Jérome Perrin's avatar Jérome Perrin

copy more properties, price_currency is important


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20690 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cfd0e674
......@@ -84,6 +84,7 @@ class TaxRule(DeliveryRule):
property_dict = dict()
for prop in ('price', 'base_application_list',
'price_currency', 'payment_mode',
'base_contribution_list', 'resource'):
property_dict[prop] = tax_movement.getProperty(prop)
......
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