Commit 669e3088 authored by Aurel's avatar Aurel

provide created_by_builder parameter also when building lines


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31079 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee015f5d
......@@ -486,6 +486,7 @@ class BPMBuilder(Alarm):
portal_type=self.getDeliveryLinePortalType(),
id=new_delivery_line_id,
variation_category_list=[],
created_by_builder=1,
activate_kw=activate_kw)
else:
# from duplicated original line
......
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