We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403ed4f commit 9793a46Copy full SHA for 9793a46
webapp/ordering/models.py
@@ -341,8 +341,8 @@ def _users_without_orders_filter(voko_user):
341
filter(
342
_users_without_orders_filter,
343
VokoUser.objects.filter(Q(is_active=True)
344
- (Q(userprofile__isnull=True)
345
- | Q(userprofile__orderround_mail_optout=False)))
+ & (Q(userprofile__isnull=True)
+ | Q(userprofile__orderround_mail_optout=False)))
346
)
347
348
0 commit comments