Skip to content

Commit

Permalink
[FIX] Set date_stop
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Aug 21, 2024
1 parent 24d783f commit 9c00f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subscription_portal/models/sale_subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ def confirm_cancellation(self, token, close_reason_id=False):

self.cancellation_token = False
self.cancellation_token_expiration = False
self.date_stop = self.recurring_next_date

self.close_subscription(close_reason_id)

0 comments on commit 9c00f74

Please sign in to comment.