From 89e99f3870668f93575c06f615f0c79dcafd7387 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 14 Feb 2022 19:01:45 +0000 Subject: [PATCH] Bug 29876: (follow-up) Change "Report number" to "Report ID" This makes is consistent with the display of saved reports where the number is shown in an "ID" column. --- .../prog/en/modules/reports/guided_reports_start.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 839a78d4b5..c962ff3fd2 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 @@ -899,7 +899,7 @@ [% END # /IF ( enter_params ) %] [% IF ( execute ) %] -

[% name | html %] Report number: [% id | html %]

+

[% name | html %] Report ID: [% id | html %]

[% IF ( notes ) %]

Notes: [% notes | html %]

[% END %] -- 2.20.1