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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 3 Oct 2018 09:32:27 +0000 (10:32 +0100)
commit362c9331a241bedb3efcab57c0e1287c5ed1c18a
tree171b630a637d890c849227d096a1974025ffc64a
parent43b6644818f71c2d3c4bf09c6c40b36f5c0522c2
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>
Koha/Account.pm