Bug 30275: Add renewals relation to Koha::Checkout
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 11 Mar 2022 15:39:43 +0000 (15:39 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 5 Jul 2022 12:46:02 +0000 (09:46 -0300)
commit4de4cc92637bc9ee1b67187662c3a7b887c6e291
treefbfe8f5c768ae10fb1d44a8bb5a80b15547c0af9
parent0d1f8f09636bc117bd5b77d99db2546dfa16ddaf
Bug 30275: Add renewals relation to Koha::Checkout

Add the new 'renewals' relation to Koha::Checkout to return a list of
Koha::Checkouts::Renewal objects.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Checkout.pm