From 7b53e9fd6cac9fead65c25351602993df7ac35e9 Mon Sep 17 00:00:00 2001 From: Magnus Enger Date: Fri, 22 Nov 2024 13:50:51 +0100 Subject: [PATCH] Bug 30200: Add pref to right file --- .../admin/preferences/interlibrary_loans.pref | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref index 44d8a9e83a3..d3d96d00fd0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref @@ -31,6 +31,24 @@ Interlibrary loans: - pref: ILLPartnerCode choices: patron-categories - "as partners to place ILL requests with." + - + - "Add customizable tabs to interlibrary loan requests list:" + - pref: ILLRequestsTabs + syntax: text/x-yaml + class: code + type: textarea + - "This is a list that defines tab names and statuses that will be sorted under that tab.

" + - "Examples:
" + - "
- name: Closed
" + - "
  status:
" + - "
    - COMP
" + - "
- name: Ordered
" + - "
  status:
" + - "
    - REQ
" + - "
    - ANOTHER_ORDER_STATUS
" + - "
- name: On loan
" + - "
  status:
" + - "
    - CHK
" Notifications: - - "Send these ILL notices to staff when appropriate:" -- 2.34.1