Skip to content

Commit 563f4fd

Browse files
committed
Make the command to actually send the overdues
1 parent 6222985 commit 563f4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/velkoja/management/commands/check_holvi_overdue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def add_arguments(self, parser):
1010

1111
def handle(self, *args, **options):
1212
handler = HolviOverdueInvoicesHandler()
13-
notified = handler.process_overdue()
13+
notified = handler.process_overdue(send=True)
1414
if options['verbosity'] > 1:
1515
for n,i in notified:
1616
print("Notified %s about %s" % (n.email, i.subject))

0 commit comments

Comments
 (0)