X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=circ%2Foverdue.pl;h=8fed8c8605168758272d8db60fb30913b6baa731;hb=fad1f44d42600f440ac88c8df767cfc81c51dea9;hp=cef345cbffb5207f7844e883b304f9b5b914b9d9;hpb=840a907b86c054aa1c216a8cf353b1a9ef3c44fa;p=koha_fer diff --git a/circ/overdue.pl b/circ/overdue.pl index cef345cbff..8fed8c8605 100755 --- a/circ/overdue.pl +++ b/circ/overdue.pl @@ -60,7 +60,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => { reports => 1, circulate => "circulate_remaining_permissions" }, + flagsrequired => { circulate => "overdues_report" }, debug => 1, } );