Commit 5da05f02 authored by Łukasz Nowak's avatar Łukasz Nowak

Post merge: fixup typo from 5c09e2e2

parent a711fc66
......@@ -112,6 +112,7 @@ class SubscriptionItem(Item, CompositionMixin, MovementGeneratorMixin,
"""
from Products.ERP5Type.Document import newTempMovement
result = []
catalog_tool = getToolByName(self, 'portal_catalog')
# Now generate movements for each valid open order
for movement in catalog_tool(portal_type="Open Sale Order Line",
......@@ -138,7 +139,7 @@ class SubscriptionItem(Item, CompositionMixin, MovementGeneratorMixin,
price = movement.getPrice()
price_currency = movement.getPriceCurrency()
base_application_list = movement.getBaseApplicationList()
base_contribution_list = movhement.getBaseContributionList()
base_contribution_list = movement.getBaseContributionList()
use_list = movement.getUseList()
specialise = movement.getSpecialise()
......
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