https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12224
--- Comment #69 from Jonathan Druart <[email protected]> --- (In reply to Martin Renvoize from comment #68) > I would love to see the database call moved into Koha::Patron as a method > (->todays_checkins perhaps) and as such have a unit test associated with > it.. but we can handle that in another bug. That's (almost) exactly what I was coming to write. There is already kind of the same code in members/readingrec.pl (op=export_barcodes). We should provide a Koha::Old::Checkouts->filter_by_todays_checkins method and use it in both places. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
