https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14293
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #22 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
