Koha/reports
Jonathan Druart 6f204fdf96 Bug 28591: Don't pass debug to get_template_and_user
There is a "debug" parameter we are passing from the controller scripts
to C4::Auth::get_template_and_user, but it's not actually used!

Test plan:
Confirm the assumption
Review the changes from this patch

Generated with:
perl -p -i -e 's#\s*debug\s*=\>\s*(0|1),?\s*##gms' **/*.pl

git checkout misc/devel/update_dbix_class_files.pl # Wrong catch
+ Manual fix in acqui/neworderempty.pl

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-06-22 12:04:32 +02:00
..
acquisitions_stats.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
bor_issues_top.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
borrowers_out.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
borrowers_stats.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
cash_register_stats.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
cat_issues_top.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
catalogue_out.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
catalogue_stats.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
dictionary.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
guided_reports.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
issues_avg_stats.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
issues_stats.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
itemslost.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
itemtypes.plugin Bug 26090: Fix "item types" report 2020-08-18 14:38:41 +02:00
manager.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
orders_by_fund.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
reports-home.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
reserves_stats.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00
serials_stats.pl Bug 28591: Don't pass debug to get_template_and_user 2021-06-22 12:04:32 +02:00