From b0eee4d2e1359050cee3dd23a121e75195b0ce11 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 31 Jul 2020 11:53:53 +0200 Subject: [PATCH] Bug 26111: Add "Serials" (SER) to the reports dictionnary MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's missing in the template Test plan: Go go Home › Reports › Guided reports wizard › Dictionary At step 2, notice that with this patch you have "Serials" in the dropdown list (instead of an empty entry) Signed-off-by: Sally Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- .../prog/en/modules/reports/dictionary.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt index ce2bedd..a0e8350 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt @@ -16,6 +16,7 @@ [%- CASE 'PAT' -%]Patrons [%- CASE 'ACQ' -%]Acquisitions [%- CASE 'ACC' -%]Accounts + [%- CASE 'SER' -%]Serials [%- END -%] [%- END -%] -- 1.7.2.5