@@ -, +, @@ --- Koha/Acquisition/Currencies.pm | 4 ++-- Koha/Acquisition/Currency.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/Koha/Acquisition/Currencies.pm +++ a/Koha/Acquisition/Currencies.pm @@ -44,11 +44,11 @@ sub get_active { return $self->SUPER::search( { active => 1 } )->next; } -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Currency'; } --- a/Koha/Acquisition/Currency.pm +++ a/Koha/Acquisition/Currency.pm @@ -53,11 +53,11 @@ sub store { return $result; } -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Currency'; } --