From 842a4befd342e46a0abda8300c339bb37f943c09 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 7 Dec 2018 09:43:58 +0100 Subject: [PATCH] Bug 21608: (QA follow-up) Rename revert button The label 'Revert found status' is replaced by 'Revert waiting status' or 'Revert transit status' depending on hold.found/hold.intransit. Note that hold comes from reserveloop in request.pl. The columns/keys found and intransit are just booleans. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 50cb144706..5a50892a9c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -192,7 +192,7 @@ [% END %] [% ELSE %] - + [% END %] [% END # IF SuspendHoldsIntranet %] -- 2.20.1