From 21a37a19e0d5bff051d529272c64673b759a43b4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 17 Jun 2022 22:20:08 +0200 Subject: [PATCH] Bug 30990: Fix DefaultHoldPickupLocation system preference description Changes: * branch to library * staff client to staff interface * adds an ending . To test: - Compare system preference descrpition before and after the patch was applied. Signed-off-by: Lucas Gass Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/admin/preferences/circulation.pref | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index cad7b2c709..ec893b5543 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -938,13 +938,14 @@ Circulation: years: years - from reserve date. - - - When placing a hold via the staff client default the pickup location to the + - When placing a hold via the staff interface default the pickup location to the - pref: DefaultHoldPickupLocation default: loggedinlibrary choices: loggedinlibrary: "logged in library" - homebranch: "item's home branch" - holdingbranch: "item's holding branch" + homebranch: "item's home library" + holdingbranch: "item's holding library" + - "." Interlibrary loans: - - pref: ILLModule -- 2.39.2