From 251aef431bf554ea333360df515d12b2961242ff Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 23 Jun 2023 07:11:23 +0000 Subject: [PATCH] Bug 33606: (QA follow-up) Cosmetic changes Even the POD name wasnt changed after copying :) Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- Koha/REST/V1/ERM.pm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Koha/REST/V1/ERM.pm b/Koha/REST/V1/ERM.pm index 26bcc18607..e7772f9759 100644 --- a/Koha/REST/V1/ERM.pm +++ b/Koha/REST/V1/ERM.pm @@ -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 -- 2.39.5