diff --git a/kfet/management/commands/createopes.py b/kfet/management/commands/createopes.py index b77fee6e..2dede5df 100644 --- a/kfet/management/commands/createopes.py +++ b/kfet/management/commands/createopes.py @@ -134,7 +134,7 @@ class Command(BaseCommand): on_acc=account, checkout=checkout, at=at, - is_cof=account.profile.is_cof, + is_cof=account.profile.user.has_perm("cof.member"), amount=amount, )) at_list.append(at)