View | Details | Raw Unified | Return to bug 30200
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref (-1 / +18 lines)
Lines 31-36 Interlibrary loans: Link Here
31
            - pref: ILLPartnerCode
31
            - pref: ILLPartnerCode
32
              choices: patron-categories
32
              choices: patron-categories
33
            - "as partners to place ILL requests with."
33
            - "as partners to place ILL requests with."
34
        -
35
            - "Add customizable tabs to interlibrary loan requests list:"
36
            - pref: ILLRequestsTabs
37
              syntax: text/x-yaml
38
              class: code
39
              type: textarea
40
            - "This is a list that defines tab names and statuses that will be sorted under that tab.<br/><br/>"
41
            - "Examples:<br/>"
42
            - "<pre>- name: Closed</pre>"
43
            - "<pre>  status:</pre>"
44
            - "<pre>    - COMP</pre>"
45
            - "<pre>- name: Ordered</pre>"
46
            - "<pre>  status:</pre>"
47
            - "<pre>    - REQ</pre>"
48
            - "<pre>    - ANOTHER_ORDER_STATUS</pre>"
49
            - "<pre>- name: On loan</pre>"
50
            - "<pre>  status:</pre>"
51
            - "<pre>    - CHK</pre>"
34
    Notifications:
52
    Notifications:
35
        -
53
        -
36
            - "Send these ILL notices to staff when appropriate:"
54
            - "Send these ILL notices to staff when appropriate:"
37
- 

Return to bug 30200