@@ -, +, @@ - 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(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt +++ a/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 ) %] --