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

also acquire payment mode from paths

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45627 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3db58d48
......@@ -79,7 +79,7 @@
</item>
<item>
<key> <string>acquisition_portal_type</string> </key>
<value> <string>python: context.getPortalPaymentConditionTypeList() + context.getPortalMovementTypeList() + context.getPortalDeliveryTypeList()</string> </value>
<value> <string>python: context.getPortalPaymentConditionTypeList() + context.getPortalMovementTypeList() + context.getPortalDeliveryTypeList() + context.getPortalSupplyTypeList() + context.getPortalSupplyPathTypeList()</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
......
973
\ No newline at end of file
974
\ 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