Bug 28591: Don't pass debug to get_template_and_user
[koha-ffzg.git] / admin / check_budget_parent.pl
index a80c55d..1c98bd2 100755 (executable)
@@ -40,7 +40,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
     {   template_name   => "acqui/ajax.tt",
         query           => $input,
         type            => "intranet",
-        debug           => 0,
     }
 );