Bug 33606: (QA follow-up) Cosmetic changes

Even the POD name wasnt changed after copying :)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Marcel de Rooy 2023-06-23 07:11:23 +00:00 committed by Tomas Cohen Arazi
parent 73b6fc7a55
commit 251aef431b
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -25,7 +25,7 @@ use Try::Tiny qw( catch try );
=head1 NAME
Koha::REST::V1::Acquisitions::Funds
Koha::REST::V1::ERM
=head1 API
@ -46,16 +46,14 @@ sub config {
ERMModule => C4::Context->preference('ERMModule'),
ERMProviders => [split ',', C4::Context->preference('ERMProviders')]
},
#permissions => {
# erm =>
#}
# TODO Add permissions
},
)
}
=head3 list_users
Return the list of possible ERM' users
Return the list of possible ERM users
=cut