We should really replace the get_ accessor with the overdues accessor rather than just providing an alias. We could also put the query at the dbic schema class level as a fully-fledged relationship and get some query construction benefits.
Created attachment 134058 [details] [review] Bug 30420: Rename Koha::Patron->get_overdues with ->overdues
Created attachment 134079 [details] [review] Bug 30420: Rename Koha::Patron->get_overdues with ->overdues Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Thanks for the quick move here.. straight QAing.. no regressions, all cases caught.. Passing QA
Pushed to master for 22.11. Nice work everyone, thanks!
Enhancement will not be backported to 22.05.x series