Bug 21696: Use Koha::Account->lines from Koha::Account
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 26 Oct 2018 18:50:59 +0000 (15:50 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 6 Nov 2018 16:44:37 +0000 (16:44 +0000)
commit1dd40741b58b7c6ea7596aaed0af0a5488d49fbd
tree694e976eb879796047485675f284569ed22195a0
parent7e5f5ec93f1b25b8db12de923d81473011abf8e4
Bug 21696: Use Koha::Account->lines from Koha::Account

There is now Koha::Account->lines, we should use it instead of
Koha::Account::Lines->search

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

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