1 Sep
2023
1 Sep
'23
9:12 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33245 --- Comment #13 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Marcel de Rooy from comment #9)
(In reply to Jonathan Druart from comment #8)
+ $dt = dt_from_string()->subtract( days => 180 ); # default fallback Where is 180 coming from?
The 180 is a fallback as noted in the comment. Normally you should pass the desired number of days, months to the routine.
So maybe make it mandatory? -- You are receiving this mail because: You are watching all bug changes.