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."

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Owen Leonard 2022-01-18 12:46:51 +00:00 committed by Fridolin Somers
parent 902aee8339
commit 1d6e4be845

View file

@ -78,7 +78,7 @@
[% ELSIF ( circ_error_RESERVED ) %]
<span id="ce_reserved">This item is on hold for another patron.</span>
[% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %]
<span id="ce_itemnotsamebranch">This item belongs to another branch.</span>
<span id="ce_itemnotsamebranch">This item belongs to another library.</span>
[% ELSIF ( circ_error_EXPIRED ) %]
<span id="ce_expired">Your account has expired.</span>
[% ELSIF ( circ_error_DEBARRED ) %]