https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35931
--- Comment #1 from Katariina Pohto <[email protected]> --- Created attachment 166143 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166143&action=edit Bug 35931: More preselected items in the renew column on patron checkouts This patch adds a boolean variable for checking if the due date is the current day in a similar way there's one for checking if it's overdue. Then autochecks Renew column for both overdue and due today checkouts. Also bolding the due date for the checkouts due the current date, so they can be easily distinguished from other due dates. 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. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
