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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 5 Nov 2018 11:54:20 +0000 (12:54 +0100)
commitb0ce47f6d8890be5534ed5b08d7582065f536c3b
tree13dff5b3f6d0fb6486b901409f4402ada996e207
parente066901611d9d6be39ff95f70738c28fc5d339c3
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>
(cherry picked from commit 1b56e446ed64cad9d4dd42a8cb3f1953f424e0aa)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 362c9331a241bedb3efcab57c0e1287c5ed1c18a)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Account.pm