https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17708
--- Comment #25 from Jonathan Druart <[email protected]> --- Created attachment 61419 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=61419&action=edit Bug 17708: Fix use statements For an unknown reason, the use_ok('Circulation') does not work as intended (see 3660c451a36d). With the new use of C4::Log, the trick does no longer work. It does not make sense to add the use_ok('C4::Log') in Circulation.t, removing it. Signed-off-by: Jonathan Druart <[email protected]> -- 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/
