[Koha-patches] [PATCH 51/60] BZ5725 follow-up : another wrong permission

paul.poulain at biblibre.com paul.poulain at biblibre.com
Sat Mar 19 06:09:06 CET 2011


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

missing permission, same thing as the previous patch, but for another call of batchedit
---
 tools/batchedit.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/batchedit.pl b/tools/batchedit.pl
index d768fb9..39d48f7 100755
--- a/tools/batchedit.pl
+++ b/tools/batchedit.pl
@@ -141,7 +141,7 @@ if($input->param('field') and not defined $op){
                      query => $input,
                      type => "intranet",
                      authnotrequired => 0,
-                     flagsrequired => "batchedit",
+                     flagsrequired => { tools =>"batchedit" },
                      });
 
     $template->param( inputform => 1, ) unless @biblionumbers;
-- 
1.7.1



More information about the Koha-patches mailing list