X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=admin%2Fcheckmarc.pl;h=8734441f1b70daa2d4d8cbe218f58cf43e30ad9c;hb=5231545bf4357443e15adfcc8134ddf503d03b28;hp=c11093543e1b63a7f06bbf69729018accd1d7957;hpb=2c6765610856bd298cec045077a55296ae10abda;p=koha_fer diff --git a/admin/checkmarc.pl b/admin/checkmarc.pl index c11093543e..8734441f1b 100755 --- a/admin/checkmarc.pl +++ b/admin/checkmarc.pl @@ -19,6 +19,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; +#use warnings; FIXME - Bug 2505 use C4::Output; use C4::Auth; use CGI; @@ -33,7 +34,7 @@ my ($template, $borrowernumber, $cookie) query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => {parameters => 1}, + flagsrequired => {parameters => 'parameters_remaining_permissions'}, debug => 1, }); @@ -168,6 +169,7 @@ while (($res,$res2,$field) = $sth->fetchrow) { } else { $template->param(holdingbranch => 1); $total++; + last; #MR } }