Skip to content

Commit 61043b4

Browse files
Update app/eventyay/control/views/product.py
Co-authored-by: Copilot <[email protected]>
1 parent 0516c8b commit 61043b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/eventyay/control/views/product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _trigger_quota_waitinglist(event, quota, user):
9797
from eventyay.base.services.waitinglist import assign_automatically
9898

9999
if quota.subevent:
100-
assign_automatically.apply_async(args=(event.pk, user.pk, quota.subevent.pk))
100+
assign_automatically.apply_async(args=(event.pk, user.pk, quota.subevent_id))
101101
else:
102102
assign_automatically.apply_async(args=(event.pk, user.pk))
103103

0 commit comments

Comments
 (0)