http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803
--- Comment #29 from Jonathan Druart <[email protected]> --- Comment on attachment 43511 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43511 Bug 12803 - Add ability to skip closed libraries when generating the holds queue Review of attachment 43511: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12803&attachment=43511) ----------------------------------------------------------------- ::: C4/HoldsQueue.pm @@ +29,4 @@ > use C4::Circulation; > use C4::Members; > use C4::Biblio; > +use C4::Dates qw/format_date/; Don't use C4::Dates, we are going to kick it out. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
