Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Checkout.pm
2020-04-08 Nick ClemensBug 24840: Replace DateTime->now with dt_from_string
2020-03-23 Jonathan DruartBug 23463: Replace recently added occurrences
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2019-10-31 Kyle M HallBug 14697: Add Koha::Checkout->claim_returned
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Checkout
2017-04-28 Jonathan DruartBug 18401: Add new method Koha::Checkout->patron
2017-02-17 Jonathan DruartBug 17973: Add the Koha::Checkout->item method
2016-12-23 Jonathan DruartBug 17689: Add the Koha::Checkout->is_overdue method
2016-07-08 Kyle M HallBug 14757 - Allow the use of Template Toolkit syntax...