Koha/reports
Jonathan Druart 82716a0172
Bug 23084: Replace grep {^$var$} with grep {$_ eq $var}
We certainly faced 3 similar bugs due to this syntax: bug 23006, bug
22941 and bug 17526.

To prevent other issues related to this syntax this patch suggests to
replace them all in one go.

Test plan:
Confirm that the 2 syntaxes are similar
Eyeball the patch and confirm that there is no typo!

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-17 10:44:45 +00:00
..
acquisitions_stats.pl
bor_issues_top.pl
borrowers_out.pl
borrowers_stats.pl Bug 23084: Replace grep {^$var$} with grep {$_ eq $var} 2020-02-17 10:44:45 +00:00
cash_register_stats.pl Bug 24177: (QA follow-up) Fix warning 2019-12-10 16:03:33 +00:00
cat_issues_top.pl
catalogue_out.pl
catalogue_stats.pl
dictionary.pl
guided_reports.pl Bug 24305: (QA follow-up) Strip table name in [[table.field|alias]] 2020-01-24 15:19:48 +00:00
issues_avg_stats.pl
issues_stats.pl
itemslost.pl
itemtypes.plugin
manager.pl
orders_by_fund.pl Bug 18736: Use rounding syspref to determine correct prices in calculations 2019-03-21 16:27:09 +00:00
reports-home.pl
reserves_stats.pl
serials_stats.pl