[Koha-bugs] [Bug 21396] Missing use statements in Koha::Account

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 21 22:57:38 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21396

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list