@@ -, +, @@ --- Koha/Patron.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Patron.pm +++ a/Koha/Patron.pm @@ -24,6 +24,7 @@ use Carp; use C4::Context; use C4::Log; +use Koha::Account; use Koha::Checkouts; use Koha::Database; use Koha::DateUtils; --