http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6858
--- Comment #8 from Matthias Meusburger <[email protected]> 2012-02-03 13:17:29 UTC --- Hi Katrin, The two attached patches are the same, only the "from" md5 differs, so I guess we can safely get rid of one of them. This patch allows to apply only one fine for a given borrower, no matter how many items are late, based on a given delay, which applies to the most late item. The script bypasses overdue rules already defined in koha. Example : staticfines.pl --category CAT1, 10 --category CAT2, 20 --library LIB1 --library LIB2 --delay 20 This will charge a 10€ fine for borrowers of category CAT1 and a 20€ fine for borrowers of category CAT2 for libraries LIB1 and LIB2, after a 20 days overdue delay for their most late item. This script is typically used on a daily cronjob basis. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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/
