Koha/reports
Jonathan Druart 5bca73080f Bug 26090: Fix "item types" report
This report was broken with SQL strict mode, but also without.

DBD::mysql::st execute failed: 'koha_kohadev.itemtypes.itemtype' isn't
in GROUP BY [for Statement "

and, if no library was selected:

DBD::mysql::st execute failed: Unknown column 'biblioitems.itemtype' in
'field list' [for Statement "

This patch does the minimum to make it usable, but it would need more
love.

Test plan:
To test you will need to try the 4 combinaisons:
 item-level_itypes = item or biblio
 With or without a library selected in the dropdown list

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-08-18 14:38:41 +02:00
..
acquisitions_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
bor_issues_top.pl Bug 21395: (QA follow-up) Remove some introduced issues 2020-06-29 12:37:02 +02:00
borrowers_out.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
borrowers_stats.pl Bug 20443: Use search_with_library_limits for attribute types 2020-03-23 13:49:22 +00:00
cash_register_stats.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
cat_issues_top.pl Bug 16653: (QA follow-up) Avoid a warning and remove unused variables 2018-06-29 19:38:50 +00:00
catalogue_out.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
catalogue_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
dictionary.pl Bug 20012: use Modern::Perl in Reports perl scripts 2018-02-05 09:46:44 -03:00
guided_reports.pl Bug 26165: Fix duplication of large saved reports 2020-08-12 11:46:30 +02:00
issues_avg_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
issues_stats.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
itemslost.pl Bug 9573: Add missing use statement 2018-02-17 18:32:14 -03:00
itemtypes.plugin Bug 26090: Fix "item types" report 2020-08-18 14:38:41 +02:00
manager.pl Bug 20012: use Modern::Perl in Reports perl scripts 2018-02-05 09:46:44 -03:00
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 Bug 20012: use Modern::Perl in Reports perl scripts 2018-02-05 09:46:44 -03:00
reserves_stats.pl Bug 21395: Fix QA errors 2020-06-29 12:37:02 +02:00
serials_stats.pl Bug 24940: Serials statistics wizard: order vendor list alphabetically 2020-04-08 11:46:21 +01:00