X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fitem_circulation_alerts.pl;h=bba5d6017e18f01c8a3f6b9de9ee639fce62074c;hb=00bd409a9a4e7576a2d5f613e7e86e26758ee287;hp=cf74f8f86e34dccc67d3f22facb414123b1553e6;hpb=9035706950cd2520f7019ceb2f09eebf83723a56;p=koha_gimpoz diff --git a/admin/item_circulation_alerts.pl b/admin/item_circulation_alerts.pl index cf74f8f86e..bba5d6017e 100755 --- a/admin/item_circulation_alerts.pl +++ b/admin/item_circulation_alerts.pl @@ -65,7 +65,7 @@ sub show { query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => { admin => 1 }, + flagsrequired => { parameters => 1 }, debug => defined($input->param('debug')), } ); @@ -225,14 +225,3 @@ Branch code to apply this preference to =back =cut - -# Local Variables: *** -# mode: cperl *** -# indent-tabs-mode: nil *** -# cperl-close-paren-offset: -4 *** -# cperl-continued-statement-offset: 4 *** -# cperl-indent-level: 4 *** -# cperl-indent-parens-as-block: t *** -# cperl-tab-always-indent: nil *** -# End: *** -# vim:tabstop=8 softtabstop=4 shiftwidth=4 shiftround expandtab