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
......@@ -83,4 +83,4 @@ Person | Link
Person | Telephone
Query Module | Query
Rounding Tool | Rounding Model
Solver Tool | Solver Type
Solver Tool | Solver Type
\ No newline at end of file
......@@ -60,4 +60,4 @@ Tax Line Delivery Movement Group
Telephone
Title Movement Group
Variant Movement Group
Variation Property Movement Group
Variation Property Movement Group
\ 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