Commit 14b07a59 authored by Aurel's avatar Aurel

fix import


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@35787 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d476c6c
...@@ -33,7 +33,7 @@ from AccessControl import ClassSecurityInfo ...@@ -33,7 +33,7 @@ from AccessControl import ClassSecurityInfo
from Products.CMFCore.utils import getToolByName from Products.CMFCore.utils import getToolByName
from Products.ERP5Type import Permissions, PropertySheet, interfaces from Products.ERP5Type import Permissions, PropertySheet, interfaces
from Products.ERP5.Document.Item import Item from Products.ERP5.Document.Item import Item
from Products.ERP5.mixin.movement_generator import MovementGeneratorMixin from Products.ERP5.mixin.rule import MovementGeneratorMixin
from Products.ERP5.mixin.periodicity import PeriodicityMixin from Products.ERP5.mixin.periodicity import PeriodicityMixin
class SubscriptionItem(Item, MovementGeneratorMixin, PeriodicityMixin): class SubscriptionItem(Item, MovementGeneratorMixin, PeriodicityMixin):
...@@ -193,4 +193,4 @@ class SubscriptionItem(Item, MovementGeneratorMixin, PeriodicityMixin): ...@@ -193,4 +193,4 @@ class SubscriptionItem(Item, MovementGeneratorMixin, PeriodicityMixin):
current_date = next_date current_date = next_date
# And now return result # And now return result
return result return result
\ 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