[Koha-bugs] [Bug 26593] New: Rental discounts are applied in wrong precedence order

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 1 13:14:39 CEST 2020


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

            Bug ID: 26593
           Summary: Rental discounts are applied in wrong precedence order
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Fines and fees
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

GetIssuingCharges uses its own private sub to choose the correct rental
discount rule, specifying the rules returned in order:

1 - same library,  same category, same itemtype
2 - all libraries, same category, same itemtype
3 - same library,  same category, all itemtypes
4 - all libraries, same category, all itemtypes

It doesn't match what the circ rules page says, and is missing several options:

    same library, same patron category, same item type
    same library, same patron category, all item types
    same library, all patron categories, same item type
    same library, all patron categories, all item types
    default (all libraries), same patron category, same item type
    default (all libraries), same patron category, all item types
    default (all libraries), all patron categories, same item type
    default (all libraries), all patron categories, all item types

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


More information about the Koha-bugs mailing list