Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reports
Mark Tompsett 32a2528d53 Bug 20663: Remove dead code related to compound reports
TEST PLAN
---------
git grep "Create Compound Report"
-- only one file
git grep compound | grep 1
-- this is the only setting of the compound tt variable
less koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
-- There is an TT IF statement for compound.
-- In that statement it would trigger 'Save Compound'
git grep save_compound
-- only the template and the guided report perl
git grep create_compound
-- only triggered by the save code in the guided report perl
-- in the export for the C4/Reports/Guided.pm
git grep run_compound
-- left over in export

apply the patch
look around and see the pieces are cleaned up.

run koha qa test tools

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-04 09:19:26 -03:00
..
csv Bug 18331: POST_CHOMP everywhere! 2017-08-15 12:17:41 -03:00
acquisitions_stats.tt Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
bor_issues_top.tt Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
borrowers_out.tt Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
borrowers_stats.tt Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
cash_register_stats.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
cat_issues_top.tt Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
catalogue_out.tt
catalogue_stats.tt Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
convert_report.tt
dictionary.tt Bug 20372: Correct toolbar markup on some pages 2018-03-19 13:55:53 -03:00
guided_reports_start.tt Bug 20663: Remove dead code related to compound reports 2018-05-04 09:19:26 -03:00
issues_avg_stats.tt Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
issues_stats.tt Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
itemslost.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
itemtypes.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
orders_by_budget.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00
reports-home.tt Bug 11317: (QA follow-up) Fix merge error and punctuation 2018-05-03 13:26:50 -03:00
reserves_stats.tt Bug 19663: Move JS to the footer: Reports 2017-12-14 16:58:22 -03:00
serials_stats.tt Bug 20538: Remove the need of writing [% KOHA_VERSION %] everywhere 2018-04-13 11:49:44 -03:00