Commit b2af4121 authored by Fabien Morin's avatar Fabien Morin

use "x.getTranslatedTitleOrId()" instead of "x.getTranslatedTitle() or x.getId()"

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31136 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 06699cc8
......@@ -54,7 +54,7 @@
<item>
<key> <string>_body</string> </key>
<value> <string>if matrixbox == 1:\n
line = [(\'composition/\'+x.getId(),x.getTranslatedTitle() or x.getTitleOrId())for x in context.getCompositionValueList()]\n
line = [(\'composition/\'+x.getId(),x.getTranslatedTitleOrId()) for x in context.getCompositionValueList()]\n
column = []\n
tab = []\n
\n
......
231
\ No newline at end of file
232
\ No newline at end of file
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