From f6e659f1baedaa31b614a19b4bf8b3ae3df4a9f1 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Date: Fri, 23 Jun 2023 07:11:23 +0000
Subject: [PATCH] Bug 33606: (QA follow-up) Cosmetic changes
Content-Type: text/plain; charset=utf-8

Even the POD name wasnt changed after copying :)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 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.30.2