https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Raphael Straub <raphael.straub@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179582|0 |1 is obsolete| | --- Comment #7 from Raphael Straub <raphael.straub@kit.edu> --- Created attachment 180095 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180095&action=edit Bug 39405: Add hook overwrite_calc_fine to override CalcFine in Overdues.pm This new hook allows to overwrite the koha standard calculation of fines. This can be useful if your library has a fine policy with graduated fines per overdue letter. To test: 1) Apply patch. 2) Run prove -v t/db_dependent/Circulation/CalcFine.t 3) Run prove -v t/db_dependent/Koha/Plugins/Overdues.t 4) Sign off. Sponsored-by: Karlsruhe Institute of Technology (KIT) -- You are receiving this mail because: You are watching all bug changes.