https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23207 --- Comment #28 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #27)
1. Entry missing in misc/cronjobs/crontab.example
Good catch.
2. Any good reasons to not add the info in a new column of the itemtypes table?
You mean is missing the COMMENT?
3. (just grumbling) we really need to remove the item type at biblio level (item-level_itypes syspref) and have a FK on items.itemtype. Not having the ability to join here is terrible, we have to loop over all the checkouts... Not considering blocker but we may want to improve perf here in the future using the usual (ugly) condition for the join.
This is a broader discussion, but biblio-level itype is really a thing, because it is used for filtering and facets as well.
4. Thinking about the edge cases, date handling: don't we want to pass the due date for the return date, in order to not flag the checkin as overdue in the checkout history list?
-- You are receiving this mail because: You are watching all bug changes.