From e19cbea2902ef14ffdb630d716c15023d5baf5af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Tue, 2 Mar 2021 17:06:09 +0200 Subject: [PATCH] Bug 27836: Document that CirControl changes which calendar is being used You can verify that which branch's Koha calendar is being used to calculate fines by reading for example the code in C4::Circulation::_CalculateAndUpdateFine() There you can see that $control_branchcode variable is being passed to C4::Overdues::CalcFine() and if you trace that you will see in the end it decides which branch's calendar to use for calculating chargeable overdue fine days. Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart (cherry picked from commit f964efacb92997a45e5e46d3309a5f091c10b461) Signed-off-by: Fridolin Somers (cherry picked from commit 32721535a9d42a1499ffa45fc0307c6c0d1c81dd) Signed-off-by: Andrew Fuerste-Henry --- .../prog/en/modules/admin/preferences/circulation.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 39d1346b8d..820596088b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -256,7 +256,7 @@ Circulation: no: "Don't use" - Transport Cost Matrix for calculating optimal holds filling between branches. - - - Use the checkout and fines rules of + - Use the calendar and circulation rules of - pref: CircControl type: choice choices: -- 2.39.5