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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-4 / +11 lines)
Lines 551-559 Circulation: Link Here
551
              type: textarea
551
              type: textarea
552
              syntax: text/x-yaml
552
              syntax: text/x-yaml
553
              class: code
553
              class: code
554
            - This is a list of value pairs. When an item is checked out, if the not for loan value on the left matches the items not for loan value
554
            - "This is a list of item types and value pairs.<br/><br/>"
555
            - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
555
            - "<strong>Examples:</strong><br/>"
556
            - Each pair of values should be on a separate line.
556
            - "_ALL_:<br/>"
557
            - "&nbsp-1: 0<br/><br/>"
558
            - "CR:<br/>"
559
            - "&nbsp1: 0<br/><br/>"
560
            - "BK:<br/>"
561
            - "&nbsp-1: 0<br/><br/>"
562
            - "When an item is checked out, if it's item type matches CR then when the value on the left (1) matches the items' not for loan value it will be updated to the value on the right.<br/><br/>The special term _ALL_ is used on the left side of the colon (:) to affect all item types, <strong>this does not override all other rules</strong><br/><br/>"
563
            - "Each item type needs to be defined on a separate line on the left side of the colon (:).<br/>Each pair of not for loan values, for that item type, should be listed on separate lines below the item type, each indented by a leading space<br/><br/>"
564
            - "Valid values are <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>NOT_LOAN</a> authorized values.<br/><br/>"
557
        -
565
        -
558
            - When checking out an hourly loan that will be due after the library closes,
566
            - When checking out an hourly loan that will be due after the library closes,
559
            - pref: ConsiderLibraryHoursInCirculation
567
            - pref: ConsiderLibraryHoursInCirculation
560
- 

Return to bug 35292