diff --git a/corporate/models.py b/corporate/models.py index 6d3483ef54..3b46b22697 100644 --- a/corporate/models.py +++ b/corporate/models.py @@ -315,6 +315,7 @@ class CustomerPlan(models.Model): self.SWITCH_TO_ANNUAL_AT_END_OF_CYCLE: "Scheduled for switch to annual at end of cycle", self.SWITCH_TO_MONTHLY_AT_END_OF_CYCLE: "Scheduled for switch to monthly at end of cycle", self.DOWNGRADE_AT_END_OF_FREE_TRIAL: "Scheduled for downgrade at end of free trial", + self.SWITCH_PLAN_TIER_AT_PLAN_END: "Scheduled for switch to new plan at the end of plan", self.ENDED: "Ended", self.NEVER_STARTED: "Never started", }[self.status]