[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Fridolin Somers changed: What|Removed |Added CC||[email protected] ||m Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Paul Derscheid changed: What|Removed |Added Keywords|rel_24_11_candidate | Version(s)|25.05.00|25.05.00,24.11.04 released in|| --- Comment #37 from Paul Derscheid --- Nice work everyone! Pushed to 24.11.x for 24.11.04 (v24.11.04-2) -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Katrin Fischer changed: What|Removed |Added Keywords|additional_work_needed | -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Michaela Sieber changed: What|Removed |Added Keywords||rel_24_11_candidate --- Comment #36 from Michaela Sieber --- Could this please be backported? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #35 from Katrin Fischer --- Pushed for 25.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Katrin Fischer changed: What|Removed |Added Status|Passed QA |Pushed to main Version(s)||25.05.00 released in|| -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Katrin Fischer changed: What|Removed |Added Keywords||additional_work_needed --- Comment #34 from Katrin Fischer --- Thanks for all the work and help with this one! 1) Please remember to update wiki 2) Not sure yet if this will break tests now, but I believe it might need fixing after bug 39367: FAIL t/lib/plugins/Koha/Plugin/1_CalcFineEmpty.pm FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 FAIL t/lib/plugins/Koha/Plugin/2_CalcFineNotEmpty.pm FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 FAIL t/lib/plugins/Koha/Plugin/3_CalcFineBadValue.pm FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #23 from Tomás Cohen Arazi (tcohen) --- Created attachment 180441 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180441&action=edit Bug 39405: Add more plugin examples to build tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #26 from Raphael Straub --- Created attachment 180486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180486&action=edit Bug 39405: Add a warning to the circulation rules page if CalcFine is overwritten. This patch adds a warning to the "Circulation and fine rules" page in "Koha administration" if there is an enabled plugin that implements the overwrite_calc_fine plugin hook. To test: 1) Apply the patch. 2) In your browser go to /cgi-bin/koha/admin/smart-rules.pl and check that there is no warning on the top of the page. 3) Install a plugin that implements overwrite_calc_fine. 4) Reload /cgi-bin/koha/admin/smart-rules.pl and check that now there is a warning that displays the installed plugin's name. Sponsored-by: Karlsruhe Institute of Technology (KIT) -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Tomás Cohen Arazi (tcohen) changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Martin Renvoize (ashimema) changed: What|Removed |Added Attachment #180440|0 |1 is obsolete|| --- Comment #30 from Martin Renvoize (ashimema) --- Created attachment 180506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180506&action=edit Bug 39405: (follow-up) Simplify code for choosing the first fine values This patch avoids the introduction of a `foreach` loop and a `return` call inside of it, by using grep on the array assignment, and then just returning the first element on it, if any. No behavior change is expected. The code becomes easier to read and spot what is doing. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Michaela Sieber changed: What|Removed |Added QA Contact|[email protected] |[email protected] |y.org |o.uk -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Martin Renvoize (ashimema) changed: What|Removed |Added Attachment #180441|0 |1 is obsolete|| --- Comment #31 from Martin Renvoize (ashimema) --- Created attachment 180507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180507&action=edit Bug 39405: Add more plugin examples to build tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Martin Renvoize (ashimema) changed: What|Removed |Added Attachment #180439|0 |1 is obsolete|| --- Comment #29 from Martin Renvoize (ashimema) --- Created attachment 180505 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180505&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) Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Martin Renvoize (ashimema) changed: What|Removed |Added Attachment #180442|0 |1 is obsolete|| --- Comment #32 from Martin Renvoize (ashimema) --- Created attachment 180508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180508&action=edit Bug 39405: (follow-up) Add the parameter borrowernumber to the overwrite_calc_fine plugin hook This patch adds the borrowernumber as a parameter to the overwrite_calc_fine plugin hook. E.g., the borrower is needed for calculating graduated fines. Sponsored-by: Karlsruhe Institute of Technology (KIT) Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Martin Renvoize (ashimema) changed: What|Removed |Added Status|Signed Off |Passed QA --- Comment #33 from Martin Renvoize (ashimema) --- The perfectionist in me would love to adjust the parameters we pass to the plugin here.. I'd love to see a Koha::Checkout object passed which could then easily be used to fetch cached patron, item etc etc information. However.. the pragmatist in me knows that's out of scope and would mean adding either unrequited DB hits within CalcFine itself or reworking the callers to pass this information instead of passing plain hashes and strings. So.. with that in mind I'm going to PQA. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #28 from Michaela Sieber --- (In reply to Raphael Straub from comment #27) > (In reply to Tomás Cohen Arazi (tcohen) from comment #25) > > I filed bug 39540 for this. Lets discuss it there. > > I accidentally attached the patch here before I saw the new bug. Is there a > way to delete the patch in this bug? I marked it as obsolete so you can upload the patch to Bug 39540 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Michaela Sieber changed: What|Removed |Added Attachment #180486|0 |1 is obsolete|| -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #27 from Raphael Straub --- (In reply to Tomás Cohen Arazi (tcohen) from comment #25) > I filed bug 39540 for this. Lets discuss it there. I accidentally attached the patch here before I saw the new bug. Is there a way to delete the patch in this bug? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #22 from Tomás Cohen Arazi (tcohen) --- Created attachment 180440 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180440&action=edit Bug 39405: (follow-up) Simplify code for choosing the first fine values This patch avoids the introduction of a `foreach` loop and a `return` call inside of it, by using grep on the array assignment, and then just returning the first element on it, if any. No behavior change is expected. The code becomes easier to read and spot what is doing. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Tomás Cohen Arazi (tcohen) changed: What|Removed |Added Attachment #180342|0 |1 is obsolete|| Attachment #180343|0 |1 is obsolete|| Attachment #180344|0 |1 is obsolete|| Attachment #180433|0 |1 is obsolete|| --- Comment #21 from Tomás Cohen Arazi (tcohen) --- Created attachment 180439 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180439&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) Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #25 from Tomás Cohen Arazi (tcohen) --- (In reply to Raphael Straub from comment #20) > > I still think, as discussed in person at Marseille, that some warning should > > be displayed on the circulation page when a plugin overrides rules. > > > > As Arthur pointed out, it is not a terribly hard thing to do. > I'll look into it. I filed bug 39540 for this. Lets discuss it there. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Tomás Cohen Arazi (tcohen) changed: What|Removed |Added Blocks||39540 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39540 [Bug 39540] Add a warning in the circ rules page if a plugin overrides rules -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #24 from Tomás Cohen Arazi (tcohen) --- Created attachment 180442 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180442&action=edit Bug 39405: (follow-up) Add the parameter borrowernumber to the overwrite_calc_fine plugin hook This patch adds the borrowernumber as a parameter to the overwrite_calc_fine plugin hook. E.g., the borrower is needed for calculating graduated fines. Sponsored-by: Karlsruhe Institute of Technology (KIT) -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #20 from Raphael Straub --- (In reply to Tomás Cohen Arazi (tcohen) from comment #17) > I added the requested tests aiming to help this patchset make it to the > crossing line. Thanks. > I still think, as discussed in person at Marseille, that some warning should > be displayed on the circulation page when a plugin overrides rules. > > As Arthur pointed out, it is not a terribly hard thing to do. I'll look into it. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Raphael Straub changed: What|Removed |Added Status|Signed Off |Needs Signoff --- Comment #19 from Raphael Straub --- I added another patch to add the borrowernumber as a parameter to the plugin hook. We need the borrowernumber to implement graduated fines. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 --- Comment #18 from Raphael Straub --- Created attachment 180433 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180433&action=edit Bug 39405: (follow-up) Add the parameter borrowernumber to the overwrite_calc_fine plugin hook This patch adds the borrowernumber as a parameter to the overwrite_calc_fine plugin hook. E.g., the borrower is needed for calculating graduated fines. Sponsored-by: Karlsruhe Institute of Technology (KIT) -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Tomás Cohen Arazi (tcohen) changed: What|Removed |Added Component|Architecture, internals,|Plugin architecture |and plumbing| -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Tomás Cohen Arazi (tcohen) changed: What|Removed |Added Text to go in the|This new hook allows to |This new hook allows to release notes|overwrite the koha standard |overwrite the internal Koha |calculation of fines. This |standard calculation of |can be useful if your |fines. This can be useful |library has a fine policy |if your library needs to |with graduated fines per|implement its own |overdue letter. |algorithm. For example, if ||it has a fine policy with ||graduated fines per overdue ||letter. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
[Koha-bugs] [Bug 39405] Add plugin hook `overwrite_calc_fine` to override fine calculation
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39405 Tomás Cohen Arazi (tcohen) changed: What|Removed |Added Summary|New hook|Add plugin hook |overwrite_calc_fine for |`overwrite_calc_fine` to |graduated fines calculation |override fine calculation -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://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/
