Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account
commit10a3c6deaae095914539c24afe0e630033e9c126
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 30 Jan 2020 09:51:51 +0000 (30 10:51 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 30 Jan 2020 10:01:11 +0000 (30 10:01 +0000)
treeb7baa77bd33c02080662e8f1e72f2ae50ac76b57
parentd2931e68501901cb89cd1ece9cc23bb8cde39b60
Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account

Fix the following error when an item is checked out and that
ManInvInNoissuesCharge is turned off:
Can't locate object method "search" via package "Koha::Account::DebitTypes"

Test plan:
0/ Turn off ManInvInNoissuesCharge
1/ Check an item out

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Koha/Account.pm