Commit 83fd5e49 authored by Jérome Perrin's avatar Jérome Perrin

also acquire source/destination payment from paths

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45830 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8aa5933
......@@ -35,7 +35,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList())</string> </value>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyPathTypeList() + portal.getPortalSupplyTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......
......@@ -35,7 +35,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList())</string> </value>
<value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyPathTypeList() + portal.getPortalSupplyTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......
40953
\ No newline at end of file
40954
\ 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