Commit 933938c9 authored by Romain Courteaud's avatar Romain Courteaud

Acquire getPriceCurrencyTitle.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12048 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef9ccee7
......@@ -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',
......
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