21 Sep
2018
21 Sep
'18
10:57 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21396 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 79255 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79255&action=edit Bug 21396: Add 2 missing use statements in Koha::Account 1. require C4::Letters must be use C4::Letters (from bug 19191) 2. There is call to C4::Circulation::ReturnLostItem, but no use of C4::Circulation (from bug 20631) Test plan: finger crossed, I ran the tests from t/db_dependent/Koha and they all passed -- You are receiving this mail because: You are watching all bug changes.