[Erp5-report] r39271 yo - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Oct 18 10:08:07 CEST 2010
Author: yo
Date: Mon Oct 18 10:08:07 2010
New Revision: 39271
URL: http://svn.erp5.org?rev=39271&view=rev
Log:
Fix an API usage.
Modified:
erp5/trunk/products/ERP5/Document/BusinessTemplate.py
Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=39271&r1=39270&r2=39271&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Mon Oct 18 10:08:07 2010
@@ -2792,7 +2792,7 @@ class ActionTemplateItem(ObjectTemplateI
action_text = action_text.text
obj.addAction(
id = action.id
- , title = action.title
+ , name = action.title
, action = action_text
, condition = action.getCondition()
, permission = action.permissions
More information about the Erp5-report
mailing list