Koha::Items was renamed to Koha::Checkouts Find and fix any lingering code. Only code? circ/returns.pl
Created attachment 59059 [details] [review] Bug 17919: Koha::Issue is now called Koha::Checkout Ignoring the pluralization or lack thereof: $ git grep "Koha::Issue" -- This has results. But this was renamed by 17796, and supposedly still in discussion in 16870. apply this patch, and do the same git. There will be no results. This was found while running a prove t/db_dependent/00-strict.t
Created attachment 59063 [details] [review] Bug 17919: Koha::Issue is now called Koha::Checkout Ignoring the pluralization or lack thereof: $ git grep "Koha::Issue" -- This has results. But this was renamed by 17796, and supposedly still in discussion in 16870. apply this patch, and do the same git. There will be no results. This was found while running a prove t/db_dependent/00-strict.t Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Created attachment 59068 [details] [review] Bug 17919: (bug 17466 follow-up) Koha::Issue is now called Koha::Checkout Ignoring the pluralization or lack thereof: $ git grep "Koha::Issue" -- This has results. But this was renamed by 17796, and supposedly still in discussion in 16870. apply this patch, and do the same git. There will be no results. This was found while running a prove t/db_dependent/00-strict.t Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Pushed to master for 17.05, thanks Mark!
Depends on bug 17466 which is not in 16.11.x - won't be pushed.