http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12896
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #24 from Jonathan Druart <[email protected]> --- (In reply to Katrin Fischer from comment #23) > Hi Jonathan, > > I tested all files included in the patch and they work fine... but: > > git grep GetBookSeller > serials/claims.pl:use C4::Bookseller qw( GetBookSeller ); > serials/claims.pl: @supplierinfo=GetBookSeller($supplierid); > t/db_dependent/Bookseller.t:#Test GetBookSeller > t/db_dependent/Bookseller.t: "Get Supplier1 (GetBookSellerFromId)" ); > > ... and serials claims actually explodes when you try to open it. git remote update git checkout -b bug_12896 origin/master git bz apply 12852 git bz apply 12896 git grep GetBookSeller misc/release_notes/release_notes_3_10_0.txt: 8223 minor Properly format SQL query in C4::Bookseller::GetBookSeller t/db_dependent/Bookseller.t:#Test GetBookSeller t/db_dependent/Bookseller.t: "Get Supplier1 (GetBookSellerFromId)" ); You certainly forgot to apply 12852 before. -- 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/
