https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22446 --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 86011 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86011 Bug 22446: Explicitely list what we expect to avoid ambiguity Review of attachment 86011: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=22446&attachment=86011) ----------------------------------------------------------------- ::: t/db_dependent/Koha/Patron/Categories.t @@ +110,3 @@
Time::Fake->offset( $dt->epoch );
+ my $next_month = dt_from_string($date->{next_month}, 'iso');
I think I found that $next_month was not actually used anywhere.. be nice to do a little housekeeping whilst in here. -- You are receiving this mail because: You are watching all bug changes.