Commit 0674744f authored by Mayoro Diagne's avatar Mayoro Diagne

2008-08-23: mayoro

- display white space in report when description is None

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23133 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a7f94b0c
......@@ -293,7 +293,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: "%s" % context.portal_selections.getSelectionParamsFor(\'documentation_helper_selection\').get(\'description\')</string> </value>
<value> <string>python: "%s" % (context.portal_selections.getSelectionParamsFor(\'documentation_helper_selection\').get(\'description\') or "")</string> </value>
</item>
</dictionary>
</pickle>
......
59
\ No newline at end of file
66
\ 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