Commit e1bd6f47 authored by Łukasz Nowak's avatar Łukasz Nowak

Create excepted frames.

Encapsulate month frame in same month instead of overlapping next one.
parent 771ac1e2
......@@ -305,7 +305,7 @@ class SubscriptionItem(Item, CompositionMixin, MovementGeneratorMixin, Periodici
price=price,
price_currency=price_currency,
start_date=current_date,
stop_date=next_date,
stop_date=(next_date-1).latestTime(),
source=source,
source_section=source_section,
destination=destination,
......
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