forked from DGNum/gestioCOF
fix(kfet): Affiche la bonne information
This commit is contained in:
parent
2571cc955e
commit
c36dd30bce
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Command(BaseCommand):
|
|||
|
||||
for neg in accounts_periodic_mail:
|
||||
neg.send_rappel()
|
||||
self.stdout.write("Mail de rappel pour {neg.account} envoyé avec succès.")
|
||||
self.stdout.write(f"Mail de rappel pour {neg.account} envoyé avec succès.")
|
||||
|
||||
if not (accounts_first_mail.exists() or accounts_periodic_mail.exists()):
|
||||
self.stdout.write("Aucun mail à envoyer.")
|
||||
|
|
Loading…
Reference in a new issue