[Koha-patches] [PATCH 08/17] fix permission of moveitem = edit_items needed

paul.poulain at biblibre.com paul.poulain at biblibre.com
Thu Dec 16 15:11:14 CET 2010


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

---
 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