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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Apr 2021 14:27:29 +0000 (16:27 +0200)
commitf964efacb92997a45e5e46d3309a5f091c10b461
tree26361e3c7b11300bfd3b994bea2ec8752eecf8f4
parente62687a1df5e99b013b760353877a2f2be689871
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>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref