From e4b946a26759e7d4aa9acf7396783dfe6f3288a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Wed, 17 Mar 2021 13:27:27 +0200 Subject: [PATCH] Bug 27936: Clarify AllowItemsOnHoldCheckoutSIP syspref help text The waiting reserves have always been impossible to checkout via SIP2. There was some confusion whether this is actually true but if you check the commit "Bug 25690: Remove duplicated logic in SIP2 checkouts" (338ba1d769) and the removed code around line $self->screen_msg("Item is on hold for another patron."); you will be sure that it has been impossible to checkout waiting holds. --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3bb28f5541..e059c6e26a 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 @@ -218,7 +218,7 @@ Circulation: 1: Allow 0: "Don't allow" - checkouts of items reserved to someone else via SIP checkout messages. - - If allowed do not generate RESERVE_WAITING and RESERVED warning. + - If allowed do not generate RESERVED warning. - This allows self checkouts for those items. If using the holds queue items with pending holds will be marked as "unavailable" if this set to "Don't allow". - - pref: AllowItemsOnHoldCheckoutSCO -- 2.11.0