]> git.koha-community.org Git - koha.git/commit
Bug 17976: Add overdue_fines accessor to Koha::Checkout
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 1 Oct 2024 14:55:06 +0000 (15:55 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 8 Nov 2024 11:42:11 +0000 (12:42 +0100)
commite779b8924f28035ef6592110202aee0ccfd97e91
tree5620919e1d9bddd8fd87191cc8d4c9305818bd05
parentd11e4127ae89b61c97f3fd8e82a22e5d2bb9e056
Bug 17976: Add overdue_fines accessor to Koha::Checkout

This patch adds a new filtered relation accessor to the Koha::Checkout
object to return just overdue fine type account lines related to the
checkout.

Whilst this is easy to chain in code, it's not available via TT and so
this accessor is useful for the notices case.

Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Checkout.pm