@@ -, +, @@ Koha/Patron.pm commit 9c6f634469de4364d71bc0eb7520d04ead61fd00 Bug 16912: Koha::Patrons - Move AddEnrolmentFeeIfNeeded to->add_enrolment_fee_if_needed +update categories set enrolmentfee=2; --- Koha/Patron.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Patron.pm +++ a/Koha/Patron.pm @@ -26,6 +26,7 @@ use JSON qw( to_json ); use Module::Load::Conditional qw( can_load ); use Text::Unaccent qw( unac_string ); +use C4::Accounts; use C4::Context; use C4::Log; use Koha::AuthUtils; --