http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8110 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #27 from Chris Cormack <chris@bigballofwax.co.nz> --- (In reply to comment #26)
Further investigation: the test script tests 'is_holiday', which is what's used in fines.pl to determine whether or not to charge the fine. If the tests pass, then is_holiday works as expected (at least for the 4 tested dates), and fines.pl shouldn't calculate the fine for today (if today is a holiday).
This should be relatively easy to test:
1. Mark today as a holiday for a branch 2. Find an overdue material that should be accruing fines for this branch 3. Run fines.pl 4. confirm that the fine is NOT added
5. Switch dateformat syspref and try again Chris -- You are receiving this mail because: You are watching all bug changes.