diff --git a/product/ERP5/Document/TaxRule.py b/product/ERP5/Document/TaxRule.py index 48b01d256f73afccc9d2014f1d6b0067c72cfbed..7a58096ed8e1477af315b351ced1c22ab9eca72f 100644 --- a/product/ERP5/Document/TaxRule.py +++ b/product/ERP5/Document/TaxRule.py @@ -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)