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

            Bug ID: 33411
           Summary: SIP2 includes other guarantees with the same guarantor
                    when calculating against NoIssuesChargeGuarantees
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: SIP2
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Bug 29755 seems to have made a bad assumption when moving code to use
Koha::Patron->relationships_debt for calculating fine thresholds

It seems that routine finds the patrons guarantor, and adds all related
guarantees when called like:
$patron->relationships_debt({ include_guarantors => 0, only_this_guarantor =>
0, include_this_patron => 0 });

It seems NoIssuesChargeGuarantees should only count a patrons direct
guarantees, not the fines of patrons sharing their guarantor

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to