From b5d32fb9253a429afe8868170b9d589a0a589798 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
Signed-off-by: Martin Renvoize
---
koha-tmpl/intranet-tmpl/prog/css/print.css | 1 +
.../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 38e6f242c5..be7cc9e528 100644
--- a/koha-tmpl/intranet-tmpl/prog/css/print.css
+++ b/koha-tmpl/intranet-tmpl/prog/css/print.css
@@ -295,6 +295,7 @@ td.debit {
#changelanguage,
#menu,
#limitselect,
+#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 5dfb4f4859..5d3689f1d9 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
@@ -861,7 +861,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.20.1