Selected club members can now see subscriptions

This commit is contained in:
Théo DURR
2022-08-31 18:39:49 +02:00
parent 50e04164a2
commit 71c5456225
3 changed files with 18 additions and 1 deletions

View File

@ -474,6 +474,8 @@ SITH_PRODUCTTYPE_SUBSCRIPTION = 2
SITH_CAN_CREATE_SUBSCRIPTIONS = [1]
SITH_CAN_READ_SUBSCRIPTIONS = [85]
# Number of weeks before the end of a subscription when the subscriber can resubscribe
SITH_SUBSCRIPTION_END = 10