add enrollments to order
This commit is contained in:
@@ -356,5 +356,7 @@ def _get_settings(id: str) -> Settings:
|
||||
|
||||
if 'due_days' not in r:
|
||||
r['due_days'] = DUE_DAYS
|
||||
else:
|
||||
r['due_days'] = int(r['due_days'])
|
||||
|
||||
return cast(Settings, r)
|
||||
|
||||
Reference in New Issue
Block a user