Commit a42fc74e authored by Yusei Tahara's avatar Yusei Tahara

2008-11-18 yusei

* Convert cell data to string explicitly.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24620 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 640efdaa
......@@ -114,7 +114,7 @@ dQEAAAAA</string> </value>
</text:p>\n
<tal:block tal:condition="python: value != \'\'">\n
<text:p tal:condition="item_list"\n
tal:content="python: [i[0].replace(\'&amp;\', \'\') for i in item_list if i[1] == value][0]">\n
tal:content="python: [str(i[0]).replace(\'&amp;\', \'\') for i in item_list if i[1] == value][0]">\n
</text:p>\n
</tal:block>\n
<tal:block tal:condition="python: value is None">\n
......
2008-11-18 yusei
* Convert cell data to string explicitly.
2008-11-13 yusei
* Start to develop version 5.4.
......
159
\ No newline at end of file
160
\ 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