http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5549 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Version|master |rel_3_8 --- Comment #79 from Paul Poulain <paul.poulain@biblibre.com> --- Patch pushed !!! I spoke with Leila and Stéphane about the renewal problem, it seems not to be a blocker for pushing this wonderful feature, so, it's pushed. I had a small conflict when pushing, in members/moremember.pl <<<<<<<< my $today = POSIX::strftime("%Y-%m-%d", localtime); # iso format ======= my $today = DateTime->now( time_zone => C4::Context->tz); $today->truncate(to => 'days');
> catalyst/merged_5549
I've fixed it by keeping my $today = DateTime->now( time_zone => C4::Context->tz); $today->truncate(to => 'days'); and removing my $today = POSIX::strftime("%Y-%m-%d", localtime); # iso format I couldn't see any side effect, but, Chris or Ian, pls confirm ! Will send a mail to koha-devel to call for more tests ! -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.