https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38783 --- Comment #7 from Leo Stoyanov <leo.stoyanov@bywatersolutions.com> --- Created attachment 176541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176541&action=edit Bug 38783: Added "Checked out" badge for checked out items in the circulation history table. To test: 1. Make some checkout to a patron so they have a circulation history, with some items checked in and some still on loan. 2. Look at the patron's "Circulation history" table. There are four possible background colors for each row: #ffffff, #f3f4f4, #F9FAE0, and #FFFFCC. 3. Apply the patch, update the CSS (yarn build), and restart everything (restart_all). 4. Repeat steps 1-2, if needed. An orange/gold badge will appear under the "Return date" column of the table for items that have been checked out, and there will no longer be alternating, pale yellow rows. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.