[Koha-bugs] [Bug 25560] Define itemtype specific rules in the UpdateNotForLoanStatusOnCheckin system preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 21 01:58:40 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25560

Alex Buckley <alexbuckley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|The                         |The
      release notes|UpdateNotForLoanStatusOnChe |UpdateNotForLoanStatusOnChe
                   |ckin system preference is   |ckin system preference is
                   |now more flexible: you can  |now more configurable: you
                   |define rules to be applied  |can define rules to be
                   |to specific item types upon |applied to specific item
                   |check-in.
                  |types upon check-in.
                   |
                           |
                   |Adding the item             |Add
                   |type code followed by a     |the item type code followed
                   |colon, and then in separate |by a colon, and then on
                   |lines below each value pair |separate lines below define
                   |rules with leading spaces.  |each notforloan value pair
                   |Example:
                   |with leading spaces.
                   |
                           |Example:
                   |BK
                         |
                   | -1: 0
                     |BK
                   |
                           | -1: 0
                   |If an                       |
                   |item type is not defined in |You
                   |UpdateNotForLoanStatusOnChe |can use an _ALL_ wildcard
                   |ckin then items of that     |to target all item types.
                   |type will not have their    |The _ALL_ wildcard does NOT
                   |notforloan status change on |override item-type specific
                   |check-in, irrespective of   |rules.
                   |their current notforloan    |Example:
                   |value.                      |
                   |                            |_ALL_:
                   |                            |
                   |                            |-1: 2
                   |                            |
                   |                            |If an item type is
                   |                            |not defined in the
                   |                            |UpdateNotForLoanStatusOnChe
                   |                            |ckin system preference, and
                   |                            |there are no _ALL_ rules
                   |                            |defined, then items of that
                   |                            |type will not have their
                   |                            |notforloan status change on
                   |                            |check-in, irrespective of
                   |                            |their current notforloan
                   |                            |value.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list