[Koha-patches] [PATCH] bug 2170 - one-line perm fix

Mason James mason.loves.sushi at gmail.com
Wed May 28 13:01:20 CEST 2008


---
 cataloguing/additem.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl
index 79b2264..f955c31 100755
--- a/cataloguing/additem.pl
+++ b/cataloguing/additem.pl
@@ -71,7 +71,7 @@ my ($template, $loggedinuser, $cookie)
                  query => $input,
                  type => "intranet",
                  authnotrequired => 0,
-                 flagsrequired => {editcatalogue => 1},
+                 flagsrequired => {edititems => 1},
                  debug => 1,
                  });
 
-- 
1.5.4.2




More information about the Koha-patches mailing list