Commit c8c06c0c authored by Fabien Devaux's avatar Fabien Devaux

Better naming.

Now "multi-plan" compilant
thanks to Jerome :)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7356 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d4e1188
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>gap_id = item.getGapId()\n <value> <string>gap_id = account.Account_getGapId()\n
title = item.getTitle()\n title = account.getTitle()\n
\n \n
if gap_id.isdigit():\n if gap_id.isdigit():\n
title = "%s - %s"%(gap_id, title)\n title = "%s - %s"%(gap_id, title)\n
...@@ -93,7 +93,7 @@ return title\n ...@@ -93,7 +93,7 @@ return title\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>item</string> </value> <value> <string>account</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -119,7 +119,7 @@ return title\n ...@@ -119,7 +119,7 @@ return title\n
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>item</string> <string>account</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>gap_id</string> <string>gap_id</string>
<string>title</string> <string>title</string>
...@@ -142,7 +142,7 @@ return title\n ...@@ -142,7 +142,7 @@ return title\n
<value> <string>Account_getFormattedTitle</string> </value> <value> <string>Account_getFormattedTitle</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Format the title of an account properly</string> </value> <value> <string>Format the title of an account properly</string> </value>
</item> </item>
<item> <item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment