Commit baf01ea0 authored by Yusuke Muraoka's avatar Yusuke Muraoka

add organisation type into the target of destination field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32298 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4f02491e
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The person that actually receives the service.</string> </value> <value> <string>The recipient that actually receives the service.</string> </value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
...@@ -103,6 +103,10 @@ ...@@ -103,6 +103,10 @@
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>Organisation</string>
<string>Organisation</string>
</tuple>
<tuple> <tuple>
<string>Person</string> <string>Person</string>
<string>Person</string> <string>Person</string>
...@@ -114,6 +118,10 @@ ...@@ -114,6 +118,10 @@
<key> <string>proxy_listbox_ids</string> </key> <key> <string>proxy_listbox_ids</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>OrganisationModule_viewOrganisationList/listbox</string>
<string>Organisations</string>
</tuple>
<tuple> <tuple>
<string>PersonModule_viewPersonList/listbox</string> <string>PersonModule_viewPersonList/listbox</string>
<string>Persons</string> <string>Persons</string>
...@@ -127,7 +135,7 @@ ...@@ -127,7 +135,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Service Recipient</string> </value> <value> <string>Recipient</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
549 550
\ No newline at end of file \ 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