[Erp5-report] r38885 seb - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 5 13:31:45 CEST 2010


Author: seb
Date: Tue Oct  5 13:31:44 2010
New Revision: 38885

URL: http://svn.erp5.org?rev=38885&view=rev
Log:
name property was replaced by title

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=38885&r1=38884&r2=38885&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Tue Oct  5 13:31:44 2010
@@ -2785,7 +2785,7 @@ class ActionTemplateItem(ObjectTemplateI
             action_text = action_text.text
           obj.addAction(
                         id = action.id
-                      , name = action.title
+                      , title = action.title
                       , action = action_text
                       , condition = action.getCondition()
                       , permission = action.permissions




More information about the Erp5-report mailing list