https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18651 --- Comment #77 from Barton Chittenden <barton@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #76)
(In reply to Katrin Fischer from comment #75)
Hm, but that would mean that you can't check-in the book and it remains on the patron account...?
Yes of course.
Jonathan -- that means that the item will *never* be able to be checked in, and will stay on the patron's account permanently, because the issue_id in oldissues will will never change. That's not an acceptable solution from a library's perspective. At Bywater, we've been fixing these by hand by updating issues.issue_id by hand as they come up (this works OK as long as we remember to update the issue_id in the accountlines table)... but it's a time-waster, to be sure. -- You are receiving this mail because: You are watching all bug changes.