https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35310 --- Comment #20 from Victor Grousset/tuxayo <victor@tuxayo.net> --- (In reply to Katrin Fischer from comment #18)
It's not about porting back, but about data.
The checkouts_renewals table was added in 22.11, so in Koha terms not that long ago. Before that we had no data bout individual renewals, just the last renewal date and the number of renewals, both stored in issues.
Ah ok the DB table, not the HTML table!
So when updating, the checkouts_renewals table was not filled retroactively, because it was not possible.
Instead the GUI reacts to it - if there are entries in checkouts_renewals it can show them. If not it shows just summary information.
We need to keep that working, as libraries still have tons of old data, but dev environments usually don't.
Indeed, thanks for catching that! :) -- You are receiving this mail because: You are watching all bug changes.