Commit 36786013 authored by Jérome Perrin's avatar Jérome Perrin

specialise is also acquired from open orders

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44284 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c145d40e
......@@ -52,7 +52,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python:list(portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalDeliveryMovementTypeList() + portal.getPortalOrderMovementTypeList())</string> </value>
<value> <string>python:list(portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalDeliveryMovementTypeList() + portal.getPortalOrderMovementTypeList() + portal.getPortalOpenOrderTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......@@ -78,7 +78,9 @@
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>fallback_base_category</string> </key>
......
40929
\ No newline at end of file
40930
\ 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