http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6858
--- Comment #12 from Matthias Meusburger <[email protected]> --- For a user (of a given category and library) with several overdues, launch the script : staticfines.pl --category CAT,AMOUNT --library LIB --delay DELAY Then, check that the user has been charged of AMOUNT if the due date of the most late item plus the delay is *before* today. One day later, re-execute the script with the same parameters and check that the fine has not been charged twice. Eventually, try to execute the script with various combinations of categories, amounts, libraries and delays, and check that it applies to the right patrons. You may edit the $debug and $bigdebug variables in the script to make it more verbose, and check what it does during its execution. Do you need more informations ? -- You are receiving this mail because: You are the QA Contact for the bug. 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/
