Skip to content

Commit 9793a46

Browse files
committed
Typo
1 parent 403ed4f commit 9793a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/ordering/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ def _users_without_orders_filter(voko_user):
341341
filter(
342342
_users_without_orders_filter,
343343
VokoUser.objects.filter(Q(is_active=True)
344-
(Q(userprofile__isnull=True)
345-
| Q(userprofile__orderround_mail_optout=False)))
344+
& (Q(userprofile__isnull=True)
345+
| Q(userprofile__orderround_mail_optout=False)))
346346
)
347347
)
348348

0 commit comments

Comments
 (0)