21 Mar
2017
21 Mar
'17
8:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17708 --- Comment #25 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 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 <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.