From 3b278a884312c572af5e9121c9455d43781fa2d0 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 Content-Type: text/plain; charset=utf-8 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 --- 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 50cb144..5a50892 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.1.4