Bug 21396: Add 2 missing use statements in Koha::Account
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 21 Sep 2018 20:55:40 +0000 (17:55 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 28 Sep 2018 19:26:16 +0000 (19:26 +0000)
commit1b56e446ed64cad9d4dd42a8cb3f1953f424e0aa
treea81f38f55d8683e9b5beee0983bf2803889916df
parent121b8105bcb00909b1e8081442148c1939c101a6
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

Signed-off-by: Michal Denar <black23@gmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Account.pm