[Koha-bugs] [Bug 14293] Error in the calculation of the suspension of users per day

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 27 18:00:27 CET 2019


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

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #22 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
My tests cover the following situations:

* 2 days of suspension every day (finedays = 2, suspension_chargeperiod = 1)
  - 20 days late => 40 days of suspension
  - 1 day late => 2 days of suspension
  - 2 hours late => 2 days of suspension
  - 2 hours before => 0 day of suspension

* 1 day of suspension every 2 days (finedays = 1, suspension_chargeperiod = 2)
  - 20 days late => 10 days of suspension
  - 1 day late => 1 day of suspension (was 2 before the last patch)
  - 2 hours late => 1 day of suspension (was 2 before the last patch)
  - 2 hours before => 0 day of suspension

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


More information about the Koha-bugs mailing list