Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/preservation.pref
Owen Leonard 20d0d94f22
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 <barbara.johnson@bedfordtx.gov>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2023-12-11 19:41:29 +01:00

20 lines
810 B
Text

Preservation:
Interface:
-
- pref: PreservationModule
choices:
1: Enable
0: Disable
- the preservation module
-
- Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">NOT_LOAN</a> authorized value
- pref: PreservationNotForLoanWaitingListIn
choices: authval
source: NOT_LOAN
- to apply to items added to the waiting list.
-
- Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">NOT_LOAN</a> authorized value
- pref: PreservationNotForLoanDefaultTrainIn
choices: authval
source: NOT_LOAN
- to apply to items added to a train.