Bug 27836: Document that CirControl changes which calendar is being used
authorJoonas Kylmälä <joonas.kylmala@helsinki.fi>
Tue, 2 Mar 2021 15:06:09 +0000 (17:06 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 29 Apr 2021 09:43:28 +0000 (11:43 +0200)
commit32721535a9d42a1499ffa45fc0307c6c0d1c81dd
treee27b5112803c8773cf84c4b4d5cfd21e8bbf0823
parentfa0af2da9f89fe4149336b76ec987713b41a1fc8
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 <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit f964efacb92997a45e5e46d3309a5f091c10b461)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref