From 0dc8e6456c1a62986e242f2b9d75d67ffbb5495d 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 --- .../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 1da543cc745..ed0fefdd7bc 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.25.1