projects
/
gestion-adh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca6d850
)
Ajout d'un peu de logs
master
author
jvoisin
<julien.voisin@dustri.org>
Wed, 24 Apr 2024 10:41:46 +0000
(12:41 +0200)
committer
jvoisin
<julien.voisin@dustri.org>
Wed, 24 Apr 2024 10:41:46 +0000
(12:41 +0200)
lib/nos_oignons.rb
patch
|
blob
|
history
diff --git
a/lib/nos_oignons.rb
b/lib/nos_oignons.rb
index ee6fe7ebd2fc0a9ae8af14d6021f40f7c345f0bf..ba4c6a2f50749dba8df9546a1d68bc727870d140 100644
(file)
--- a/
lib/nos_oignons.rb
+++ b/
lib/nos_oignons.rb
@@
-87,6
+87,7
@@
module NosOignons
next if (anniversary - today).to_i > reminder.days
next if member.reminded_on && (anniversary - member.reminded_on).to_i <= reminder.days
+ $stdout.puts "Envoi d'un rappel de cotisation a #{member.to_s}"
member.remind(reminder)
break
end