From a0bd4f600aff60bb8e5fe972bffbdd556fbb517b 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 (cherry picked from commit 9c1dcfea13d6ac24bc9bceda601a95eb3f1a7623) Signed-off-by: Fridolin Somers (cherry picked from commit b702d1c6e713d0d5de458a88fe95ad5d8a33a3c1) Signed-off-by: Matt Blenkinsop --- 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.2