Bug 24542: (bug 23049 follow-up) Add missing use statement in Koha::Account
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 30 Jan 2020 09:51:51 +0000 (10:51 +0100)
committerJoy Nelson <joy@bywatersolutions.com>
Mon, 10 Feb 2020 23:17:17 +0000 (23:17 +0000)
commitcd38080ac485e7b2c176c2d4cb9ec23bea8fe997
tree0af82a3f45db36fa275af7481eccd67a0c02e12d
parentc26795499754fd62448210faeab62c4c8b9ca4da
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>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
Koha/Account.pm