[Erp5-report] r7356 - /erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_ac...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 18 16:08:43 CEST 2006


Author: fab
Date: Thu May 18 16:08:42 2006
New Revision: 7356

URL: http://svn.erp5.org?rev=7356&view=rev
Log:
Better naming.
Now "multi-plan" compilant
thanks to Jerome :)

Modified:
    erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getFormattedTitle.xml

Modified: erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getFormattedTitle.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getFormattedTitle.xml?rev=7356&r1=7355&r2=7356&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getFormattedTitle.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/Account_getFormattedTitle.xml Thu May 18 16:08:42 2006
@@ -66,8 +66,8 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>gap_id = item.getGapId()\n
-title  = item.getTitle()\n
+            <value> <string>gap_id = account.Account_getGapId()\n
+title  = account.getTitle()\n
 \n
 if gap_id.isdigit():\n
   title = "%s - %s"%(gap_id, title)\n
@@ -93,7 +93,7 @@
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>item</string> </value>
+            <value> <string>account</string> </value>
         </item>
         <item>
             <key> <string>errors</string> </key>
@@ -119,7 +119,7 @@
                         <key> <string>co_varnames</string> </key>
                         <value>
                           <tuple>
-                            <string>item</string>
+                            <string>account</string>
                             <string>_getattr_</string>
                             <string>gap_id</string>
                             <string>title</string>
@@ -142,7 +142,7 @@
             <value> <string>Account_getFormattedTitle</string> </value>
         </item>
         <item>
-            <key>                             <string>title</string> </key>
+            <key> <string>title</string> </key>
             <value> <string>Format the title of an account properly</string> </value>
         </item>
         <item>




More information about the Erp5-report mailing list