[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
Thu Nov 30 14:43:25 CET 2023


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

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

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


More information about the Koha-bugs mailing list