[Erp5-report] r41740 nicolas.dumazet - /erp5/trunk/products/ERP5Type/Utils.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Dec 24 07:21:18 CET 2010
Author: nicolas.dumazet
Date: Fri Dec 24 07:21:18 2010
New Revision: 41740
URL: http://svn.erp5.org?rev=41740&view=rev
Log:
missing 's'
Modified:
erp5/trunk/products/ERP5Type/Utils.py
Modified: erp5/trunk/products/ERP5Type/Utils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Utils.py?rev=41740&r1=41739&r2=41740&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Utils.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Utils.py [utf8] Fri Dec 24 07:21:18 2010
@@ -1412,7 +1412,7 @@ def setDefaultProperties(property_holder
portal=portal)
# make accessor to translation_domain
# first create default one as a normal property
- accessor_id = '%_translation_domain' % prop['id']
+ accessor_id = '%s_translation_domain' % prop['id']
createDefaultAccessors(
property_holder,
accessor_id,
More information about the Erp5-report
mailing list