From 7a715df121f9f775d5e322f8a36c7a986513adf2 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 14 Apr 2021 15:48:15 +0200 Subject: [PATCH] Treasurers asked to add the list of old members in the monthly reports Signed-off-by: Yohann D'ANELLO --- note.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note.cron b/note.cron index b0309341..d1814250 100644 --- a/note.cron +++ b/note.cron @@ -18,7 +18,7 @@ MAILTO=notekfet2020@lists.crans.org # Spammer les gens en négatif 00 5 * * 2 root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --spam -v 0 # Envoyer le rapport mensuel aux trésoriers et respos info - 00 8 6 * * root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --report -v 0 + 00 8 6 * * root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --report --add-years 1 -v 0 # Envoyer les rapports aux gens 55 6 * * * root cd /var/www/note_kfet && env/bin/python manage.py send_reports -v 0 # Mettre à jour les boutons mis en avant