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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-4 / +11 lines)
Lines 645-653 Circulation: Link Here
645
              type: textarea
645
              type: textarea
646
              syntax: text/x-yaml
646
              syntax: text/x-yaml
647
              class: code
647
              class: code
648
            - 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
648
            - "This is a list of item types and value pairs.<br/><br/>"
649
            - "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."
649
            - "<strong>Examples:</strong><br/>"
650
            - Each pair of values should be on a separate line.
650
            - "BK:<br/>"
651
            - "&nbsp-1: 0<br/><br/>"
652
            - "CR:<br/>"
653
            - "&nbsp1: 0<br/><br/>"
654
            - "When an item is checked in, if its item type matches BK then when the not for loan value on the left ('Ordered') matches the items not for loan value it will be updated to the right-hand value (available for loan).<br/><br/>"
655
            - "A similar process happens if the returned items' item type matches CR. Except this time when the not for loan value on the left ('Not for loan') matches the items not for loan value then it will be updated to the right-hand value (available for loan).<br/><br/>"
656
            - "If the item returned does not match BK or CR then the item will not be updated, irrespective of the current items not for loan value.<br/><br/>"
657
            - "The item type needs to be defined on a separate line on the left side of the colon (:).<br/>"
658
            - "Each pair of values, for that item type, should be listed on separate lines below the item type, each indented by a leading space."
651
        -
659
        -
652
            - pref: CumulativeRestrictionPeriods
660
            - pref: CumulativeRestrictionPeriods
653
              choices:
661
              choices:
654
- 

Return to bug 25560