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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-6 / +12 lines)
Lines 651-661 Circulation: Link Here
651
              type: textarea
651
              type: textarea
652
              syntax: text/x-yaml
652
              syntax: text/x-yaml
653
              class: code
653
              class: code
654
            - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value.
654
            - "This is a list of item types and value pairs.<br/><br/>"
655
            - "For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
655
            - "<strong>Examples:</strong><br/>"
656
            - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'.<br>"
656
            - "_ALL_:<br/>"
657
            - "Each pair of values should be on a separate line.<br>"
657
            - "&nbsp-1: 0<br/><br/>"
658
            - "Valid values are <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>NOT_LOAN</a> authorized values and ONLYMESSAGE."
658
            - "CR:<br/>"
659
            - "&nbsp1: 0<br/><br/>"
660
            - "BK:<br/>"
661
            - "&nbsp-1: ONLYMESSAGE<br/><br/>"
662
            - "When an item is checked in, 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/>"
663
            - "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/>"
664
            - "Valid values are <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN'>NOT_LOAN</a> authorized values and ONLYMESSAGE.<br/><br/>"
665
            - "ONLYMESSAGE can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'<br/><br/>"
659
        -
666
        -
660
            - pref: HidePersonalPatronDetailOnCirculation
667
            - pref: HidePersonalPatronDetailOnCirculation
661
              choices:
668
              choices:
662
- 

Return to bug 35293