Commit 08ab7bf6 authored by Jérome Perrin's avatar Jérome Perrin

crm: fix TALES for "Requester Language" column

It was displaying "False" when no requester, display nothing instead.
parent af07ff0f
......@@ -112,7 +112,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:cell.hasDestinationDecision() and cell.getDestinationDecisionValue().getLanguage()</string> </value>
<value> <string>python: cell.hasDestinationDecision() and cell.getDestinationDecisionValue().getLanguage() or None</string> </value>
</item>
</dictionary>
</pickle>
......
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