Commit 6e751d76 authored by Jean-Paul Smets's avatar Jean-Paul Smets

No more link to order builder these days.

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37568 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ef82cd8
......@@ -159,9 +159,7 @@ class BuilderMixin(XMLObject, Amount, Predicate):
return delivery_list
def getRelatedBusinessLinkValueList(self):
return self.getDeliveryBuilderRelatedValueList(
portal_type='Business Link') + self.getOrderBuilderRelatedValueList(
portal_type='Business Link')
return self.getDeliveryBuilderRelatedValueList(portal_type='Business Link')
def callBeforeBuildingScript(self):
"""
......
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