Commit b9aab8f6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use _unrestrictedProcessDeliveryGroup introduced in r.25510.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25512 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e77ded25
......@@ -270,7 +270,7 @@ class DeliveryBuilder(OrderBuilder):
delivery_module = getattr(portal, self.getDeliveryModule())
delivery_to_update_list = [delivery]
self._resetUpdated()
delivery_list = self._processDeliveryGroup(
delivery_list = self._unrestrictedProcessDeliveryGroup(
delivery_module,
root_group_node,
self.getDeliveryMovementGroupList(),
......
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