Bug 31988: Remove reports/itemtypes.plugin
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 15 Mar 2024 09:12:41 +0000 (10:12 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 18 Mar 2024 17:03:39 +0000 (18:03 +0100)
commit2998254f1cfd8cbb63a0ac8b9b47847e62652d03
treeb63fd9235f2e21ea13d1f27f0cd24023d3e534b3
parent45305fe2cb42ed83d2b292e13283a88e82ba5a47
Bug 31988: Remove reports/itemtypes.plugin

This "plugin system" is only used for the itemtypes report. We can
simply remove the reports/manager.pl script and this plugin in favor of
a dedicated report.

Test plan:
Same behaviour expected before and after this patch

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Andrew Fuerste Henry <andrewfh@dubcolib.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt
reports/catalog_by_itemtype.pl [new file with mode: 0755]
reports/itemtypes.plugin [deleted file]
reports/manager.pl [deleted file]