From c3a86c1b156fe9737e46829e4dd99addf9fe1919 Mon Sep 17 00:00:00 2001 From: David Nind Date: Mon, 21 Nov 2022 21:57:36 +0000 Subject: [PATCH] Bug 31391: (follow-up) Fix number of tests and terminology Fixed two items: - Number of tests: changed to 77 (from 76), tests now pass - Terminology: changed message when attempting to place recalls from the staff interface when RecallsInterface in set to the OPAC only (staff client should be staff interface) Signed-off-by: David Signed-off-by: David Nind Signed-off-by: Pedro Amorim --- koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt index fb7ded7eaaf..cc1144c78e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt @@ -185,7 +185,7 @@ [% ELSE %] [% IF Koha.Preference('RecallsInterface') == 'opac' %] -
Due to the RecallsInterface system preference, recalls cannot be placed through the staff client.
+
Due to the RecallsInterface system preference, recalls cannot be placed through the staff interface.
[% ELSE %]

Search patrons

-- 2.34.1