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 6222985 commit 563f4fdCopy full SHA for 563f4fd
project/velkoja/management/commands/check_holvi_overdue.py
@@ -10,7 +10,7 @@ def add_arguments(self, parser):
10
11
def handle(self, *args, **options):
12
handler = HolviOverdueInvoicesHandler()
13
- notified = handler.process_overdue()
+ notified = handler.process_overdue(send=True)
14
if options['verbosity'] > 1:
15
for n,i in notified:
16
print("Notified %s about %s" % (n.email, i.subject))
0 commit comments