Commit 40eeef0e authored by Jérome Perrin's avatar Jérome Perrin

acquire from Career portal type


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6137 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5304fdd9
......@@ -400,7 +400,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() ) + [\'Organisation\']</string> </value>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() ) + [\'Organisation\', \'Career\']</string> </value>
</item>
<item>
<key> <string>acquisition_portal_type_list</string> </key>
......
......@@ -381,7 +381,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: []</string> </value>
<value> <string>python: [\'Career\']</string> </value>
</item>
<item>
<key> <string>acquisition_portal_type_list</string> </key>
......
......@@ -395,7 +395,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: [\'Organisation\']</string> </value>
<value> <string>python: [\'Organisation\', \'Career\']</string> </value>
</item>
<item>
<key> <string>acquisition_portal_type_list</string> </key>
......
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