Commit 0386baaa by McKenzie Welter

include audit in allowed coupon covered seats

parent 76603531
......@@ -274,7 +274,7 @@ class Range(AbstractRange):
'course_catalog',
'enterprise_customer',
]
ALLOWED_SEAT_TYPES = ['credit', 'professional', 'verified']
ALLOWED_SEAT_TYPES = ['credit', 'professional', 'verified', 'audit']
catalog = models.ForeignKey(
'catalogue.Catalog', blank=True, null=True, related_name='ranges', on_delete=models.CASCADE
)
......
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