From de441dbbc5815260c9e1e1dc23d9e86216b1e2c7 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=UTF-8 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt | 1 + 1 file changed, 1 insertion(+) 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 ce2beddd67..a0e83501bc 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 -%] -- 2.11.0