fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Form thank you
[wolnelektury.git]
/
src
/
club
/
management
/
commands
/
send_receipts.py
diff --git
a/src/club/management/commands/send_receipts.py
b/src/club/management/commands/send_receipts.py
index
69cc2f9
..
acf8bc4
100644
(file)
--- a/
src/club/management/commands/send_receipts.py
+++ b/
src/club/management/commands/send_receipts.py
@@
-39,7
+39,7
@@
class Command(BaseCommand):
)
emails.update(
Funding.objects.exclude(email='').filter(
-
pay
ed_at__year=year
+
complet
ed_at__year=year
).order_by('email').values_list(
'email', flat=True
).distinct()