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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-18 / +17 lines)
Lines 546-551 Circulation: Link Here
546
            - "<br />itype: [NEWBK,\"\"]"
546
            - "<br />itype: [NEWBK,\"\"]"
547
            - "<br /><strong>NOTE:</strong> The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field."
547
            - "<br /><strong>NOTE:</strong> The word 'NULL' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field."
548
            - "<br /><strong>Configuration:</strong> <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=CCODE'>Collections (CCODE)</a> | <a href='/cgi-bin/koha/admin/itemtypes.pl'>Item types</a>"
548
            - "<br /><strong>Configuration:</strong> <a href='/cgi-bin/koha/admin/authorised_values.pl?searchfield=CCODE'>Collections (CCODE)</a> | <a href='/cgi-bin/koha/admin/itemtypes.pl'>Item types</a>"
549
        -
550
            - pref: UpdateItemLocationOnCheckout
551
              type: textarea
552
              syntax: text/x-yaml
553
              class: code
554
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
555
            - "Examples:<br/>"
556
            - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check out.<br/>"
557
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check out.<br/>"
558
            - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check out.<br/>"
559
            - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check out.<br/>"
560
            - "_ALL_: FIC - causes all items to be updated into the Fiction location on check out.<br/>"
561
            - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>"
562
            - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>"
563
            - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>"
564
            - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>"
565
            - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>"
549
        -
566
        -
550
            - pref: UpdateNotForLoanStatusOnCheckout
567
            - pref: UpdateNotForLoanStatusOnCheckout
551
              type: textarea
568
              type: textarea
Lines 629-651 Circulation: Link Here
629
            - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>"
646
            - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>"
630
            - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>"
647
            - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>"
631
            - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>"
648
            - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>"
632
        -
633
            - pref: UpdateItemLocationOnCheckout
634
              type: textarea
635
              syntax: text/x-yaml
636
              class: code
637
            - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
638
            - "Examples:<br/>"
639
            - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check out.<br/>"
640
            - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check out.<br/>"
641
            - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check out.<br/>"
642
            - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check out.<br/>"
643
            - "_ALL_: FIC - causes all items to be updated into the Fiction location on check out.<br/>"
644
            - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>"
645
            - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>"
646
            - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>"
647
            - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>"
648
            - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>"
649
        -
649
        -
650
            - pref: UpdateNotForLoanStatusOnCheckin
650
            - pref: UpdateNotForLoanStatusOnCheckin
651
              type: textarea
651
              type: textarea
652
- 

Return to bug 35831