diff --git a/product/ERP5/PropertySheet/DefaultSupply.py b/product/ERP5/PropertySheet/DefaultSupply.py index 0fbdeeb685eaf2ae7eddba00024df5dd94db62dc..a41dc4ef68f9d44ef6f34570ac25b6d44d5432d5 100644 --- a/product/ERP5/PropertySheet/DefaultSupply.py +++ b/product/ERP5/PropertySheet/DefaultSupply.py @@ -53,7 +53,7 @@ class DefaultSupply: 'type' : 'content', 'portal_type' : ('Purchase Supply Line',), 'acquired_property_id' : ('base_price', 'id', 'priced_quantity', - 'price_currency', + 'price_currency', 'price_currency_title', 'source', 'destination', 'source_title', 'destination_title', 'source_value', 'destination_value', @@ -69,7 +69,7 @@ class DefaultSupply: 'type' : 'content', 'portal_type' : ('Sale Supply Line',), 'acquired_property_id' : ('base_price', 'id', 'priced_quantity', - 'price_currency', + 'price_currency', 'price_currency_title', 'source', 'destination', 'source_title', 'destination_title', 'source_value', 'destination_value',