http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12048
--- Comment #10 from M. Tompsett <[email protected]> --- (In reply to Fridolin SOMERS from comment #9) > After applying patch to 3.14.x, the unit test t/db_dependent/Bookseller.t > fails : > git checkout -b checkout_12048 origin/3.14.x git grep -l IsSuperLibrarian There is part of your problem: IsSuperLibrarian is not defined in C4::Context, because bug 10277 in not in stable. Applying it first still doesn't help. :( -- 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/
