]> git.koha-community.org Git - koha.git/commit
Bug 35931: More preselected items in the renew column on patron checkouts
authorKatariina Pohto <trainee@koha-suomi.fi>
Fri, 3 May 2024 10:30:02 +0000 (13:30 +0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 23 Aug 2024 17:13:49 +0000 (19:13 +0200)
commit804fd912d4de32c0efd0c88b3145ecb444183be1
tree556071a3e273767b0c27cc800d63f73345bb0aee
parent32311b9ac0ed1da08db95d121f30c1d5ecb4c93b
Bug 35931: More preselected items in the renew column on patron checkouts

When viewing patron checkouts table from details or circulation page, overdue checkouts
are preselected for renewals and the overdue dates are bolded and red. This patch will enable
also preselecting checkouts that are due on the current day. The due dates for these checkouts
will be bolded but not red.

Test plan:
1) See/create a patron with several checkouts: overdue, due today and due later.
2) Note that only the overdue checkouts have a checkmark on Renew column when loading the table.
3) Apply patch.
4) Load the checkouts table again. Note that now also the checkout due today has a preselected renewal
   checkmark and the due date has been bolded.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/js/checkouts.js
svc/checkouts