From 25056423776a6ebf6d69b36dfa0f36473c3837ac Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 4 May 2021 09:34:08 +0000 Subject: [PATCH] Bug 28108: (QA follow-up) Add actions to log viewer The following actions were missing from the template, so the code showed instead of a translatable description: * ACQUISITION CLAIM * ACQUISITION ORDER * SERIAL ORDER --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt index b7e90d27d6..9760ba6c40 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -127,6 +127,9 @@ [% CASE 'Run' %]Run [% CASE 'EDIT_MAPPINGS' %]Edit mappings [% CASE 'RESET_MAPPINGS' %]Reset mappings +[% CASE 'SERIAL CLAIM' %]Serial claim +[% CASE 'ACQUISITION CLAIM' %]Acquisition claim +[% CASE 'ACQUISITION ORDER' %]Acquisition order [% CASE %][% action | html %] [% END %] [% END %] -- 2.11.0