From 8c02110e6b9931e9b001f5f2f191dcb90f39b889 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt | 2 +- t/db_dependent/Holds.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 f2d3c297a5..2fa07dff87 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt @@ -192,7 +192,7 @@ [% 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 %] diff --git a/t/db_dependent/Holds.t b/t/db_dependent/Holds.t index 3b4d9a446f..65ae2e4221 100755 --- a/t/db_dependent/Holds.t +++ b/t/db_dependent/Holds.t @@ -7,7 +7,7 @@ use t::lib::TestBuilder; use C4::Context; -use Test::More tests => 76; +use Test::More tests => 77; use Test::Exception; use MARC::Record; -- 2.30.2