From f719f096a73d957ef2a60327e3ceb45cc4efd1e0 Mon Sep 17 00:00:00 2001 From: Jasmine Amohia Date: Wed, 16 Jan 2019 21:26:10 +0000 Subject: [PATCH] Bug 22147: Hidden 'Batch modify' button on report print layout Test plan: 1) Create or run a report that has an itemnumber column 2) Notice the Batch modify button under the itemnumber heading 3) Print the page 4) Notice the button no longer shows on the printed page Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/css/print.css | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/print.css b/koha-tmpl/intranet-tmpl/prog/css/print.css index 53617b007a..9c04bc3004 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/print.css +++ b/koha-tmpl/intranet-tmpl/prog/css/print.css @@ -294,6 +294,7 @@ td.debit { #toolbar, #changelanguage, #menu, +#batchModify, .gradient, div.yui-b, .noprint, diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 18410c2be1..96d1d7fecc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -736,7 +736,7 @@ canned reports and writing custom SQL reports.

[% FOREACH header_ro IN header_row %] [% IF header_ro.cell == 'itemnumber' %] - [% header_ro.cell | html %] + [% header_ro.cell | html %] [% ELSE %] [% header_ro.cell | html %] -- 2.11.0