From a5dabfbcf70e5a5d354334e18f2000d3a0acdacf Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 18 Jan 2022 12:46:51 +0000 Subject: [PATCH] Bug 29482: Replace the term branch with library This patch replaces the word "branch" with the word "library" in the self-checkout template, as per terminology guidelines. To test, apply the patch and go to Administration -> System preferences. - Set the "IndependentBranches" preference to "Yes." - Log into the self checkout system using a staff user with permission to do self-checkout but not superlibrarian status. - Try to check out an item which belongs to a library that's different to the one you're logged in with. - You should see a message, "Item cannot be checked out," including the text "This item belongs to another library." --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt index bddfa7e919..28bca12dd9 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt @@ -78,7 +78,7 @@ [% ELSIF ( circ_error_RESERVED ) %] This item is on hold for another patron. [% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %] - This item belongs to another branch. + This item belongs to another library. [% ELSIF ( circ_error_EXPIRED ) %] Your account has expired. [% ELSIF ( circ_error_DEBARRED ) %] -- 2.20.1