Commit 7560aaf4 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Rafael Monnerat

fix tipo movhement

parent 4328e36a
...@@ -136,7 +136,7 @@ class SubscriptionItem(Item, CompositionMixin, MovementGeneratorMixin, ...@@ -136,7 +136,7 @@ class SubscriptionItem(Item, CompositionMixin, MovementGeneratorMixin,
price = movement.getPrice() price = movement.getPrice()
price_currency = movement.getPriceCurrency() price_currency = movement.getPriceCurrency()
base_application_list = movement.getBaseApplicationList() base_application_list = movement.getBaseApplicationList()
base_contribution_list = movhement.getBaseContributionList() base_contribution_list = movement.getBaseContributionList()
use_list = movement.getUseList() use_list = movement.getUseList()
specialise = movement.getSpecialise() 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