https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17005 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |In Discussion CC| |tomascohen@gmail.com --- Comment #20 from Tomás Cohen Arazi <tomascohen@gmail.com> --- This bug reproduces a design issue with our DB structure. Checkouts and OldCheckouts are the same thing, they've just been splitted for some reason (which leads to several problems). That said, I think this functionality should be implemented in /checkouts. And there should be a checked_in boolean for 'OldCheckouts'. Once this is actually implemented on the DB, it will be simpler. In the meantime, we can do it on the controller. -- You are receiving this mail because: You are watching all bug changes.