forked from uncloud/uncloud
Fix MatrixService ordering
This commit is contained in:
parent
b31aa72f84
commit
9fdf66ed74
7 changed files with 83 additions and 21 deletions
|
|
@ -303,5 +303,9 @@ class Product(models.Model):
|
|||
def recurring_period(self):
|
||||
return self.order.recurring_period
|
||||
|
||||
@staticmethod
|
||||
def allowed_recurring_periods():
|
||||
return RecurringPeriod.choices
|
||||
|
||||
class Meta:
|
||||
abstract = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue