https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12446
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #196 from Jonathan Druart <[email protected]> --- Can you please review the whole patch set carefully to make it ready for QA? It took me 3 min to catch trivial errors: * merge marker +<<<<<<< HEAD * installer/data/mysql/nb-NO/2-Valgfritt/patron_categories.sql has been removed, this patch set reintroduce it * in members/memberentry.pl there are 2 calls to search_with_library_limits * still memberentry.pl You are adding yet another fetch of the patron category: Koha::Patron::Categories->find It's fetched several times already in the same script * t/db_dependent/Patrons.t l.206: extra spaces -- 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/
