Commit bb4f19c6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a condition of Organisation_view/my_default_email_url_string so that only...

fix a condition of Organisation_view/my_default_email_url_string so that only one email field is displayed on a new Organisation document.
same as 310356dd.
parent 5f0fbd80
......@@ -107,7 +107,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getDefaultEmail().isDetailed()</string> </value>
<value> <string>python:here.hasDefaultEmail() and here.getDefaultEmail().isDetailed()</string> </value>
</item>
</dictionary>
</pickle>
......
1008
\ No newline at end of file
1009
\ 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