[Erp5-report] r12048 - /erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 12 16:57:11 CET 2007


Author: romain
Date: Fri Jan 12 16:57:09 2007
New Revision: 12048

URL: http://svn.erp5.org?rev=12048&view=rev
Log:
Acquire getPriceCurrencyTitle.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py

Modified: erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py?rev=12048&r1=12047&r2=12048&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py Fri Jan 12 16:57:09 2007
@@ -53,7 +53,7 @@
             '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 @@
             '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',




More information about the Erp5-report mailing list