[Koha-bugs] [Bug 31233] Fine grace period in circulation conditions is misnamed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 28 11:53:23 CEST 2022


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Grace period is used for    |Fine grace period in
                   |determining when a          |circulation conditions is
                   |suspension will be placed   |misnamed

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
After some debugging I realized that the grace period is also substracted from
the overdue days before the restriction is calculated:

    if ( $deltadays->subtract($grace)->is_positive() ) {

So we should really kill the "Fine" from "Fine grace period".

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


More information about the Koha-bugs mailing list