@@ -, +, @@ commit ed9cf81c3aa8fd82f9347556364e9d2e6cef8a82 Bug 15896 - Use Koha::Account::pay internally for makepayment - Verify that the routine was actually not used! --- C4/Accounts.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Accounts.pm +++ a/C4/Accounts.pm @@ -23,7 +23,6 @@ use strict; use C4::Context; use C4::Stats; use C4::Members; -use C4::Circulation qw(ReturnLostItem); use C4::Log qw(logaction); use Koha::Account; use Koha::Account::Lines; --