From 1ee0795825453e5b1a425609dba00c4747923511 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 1 Dec 2023 16:34:28 +0000 Subject: [PATCH] Bug 35450: Preservation system preferences should authval dropdowns This patch updates two preservation module system preferences so that they offer dropdowns of "Not for loan" values instead of requiring entry of a specific code. The patch also adds a missing "." at the end of one preference description. To test, apply the patch and restart services. - Go to Administration -> System preferences. - Search for "preservation" - Check that the "PreservationNotForLoanDefaultTrainIn" and "PreservationNotForLoanWaitingListIn" preferences have dropdowns offering "Not for loan" values. - Confirm that your choices are correctly saved. Signed-off-by: Barbara Johnson --- .../prog/en/modules/admin/preferences/preservation.pref | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/preservation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/preservation.pref index 0a3eb22c95..76484b52bd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/preservation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/preservation.pref @@ -9,8 +9,12 @@ Preservation: - - Use the NOT_LOAN authorized value - pref: PreservationNotForLoanWaitingListIn - - to apply to items added to the waiting list + choices: authval + source: NOT_LOAN + - to apply to items added to the waiting list. - - Use the NOT_LOAN authorized value - pref: PreservationNotForLoanDefaultTrainIn - - to apply to items added to a train + choices: authval + source: NOT_LOAN + - to apply to items added to a train. -- 2.30.2