[Koha-patches] [PATCH] Bug 5718 : fix permission of moveitem = edit_items needed

Chris Cormack chrisc at catalyst.net.nz
Tue Feb 8 21:32:41 CET 2011


From: Paul Poulain <paul.poulain at biblibre.com>

Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
---
 cataloguing/moveitem.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cataloguing/moveitem.pl b/cataloguing/moveitem.pl
index e0ab551..24414cc 100755
--- a/cataloguing/moveitem.pl
+++ b/cataloguing/moveitem.pl
@@ -48,7 +48,7 @@ my ($template, $loggedinuser, $cookie)
                  query => $query,
                  type => "intranet",
                  authnotrequired => 0,
-                 flagsrequired => {editcatalogue => 'edit_catalogue'},
+        flagsrequired   => { editcatalogue => 'edit_items' },
                  debug => 1,
                  });
 
-- 
1.7.1



More information about the Koha-patches mailing list