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 @@ ...@@ -107,7 +107,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
1008 1009
\ No newline at end of file \ No newline at end of file
...@@ -83,4 +83,4 @@ Person | Link ...@@ -83,4 +83,4 @@ Person | Link
Person | Telephone Person | Telephone
Query Module | Query Query Module | Query
Rounding Tool | Rounding Model 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 ...@@ -60,4 +60,4 @@ Tax Line Delivery Movement Group
Telephone Telephone
Title Movement Group Title Movement Group
Variant 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