26 Aug
2020
26 Aug
'20
2:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25260 --- Comment #21 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #20)
Thinking loudly
What happens if you create an item, place a hold on it, remove the hold, delete the item. In current master the old_reserves entry still exist (for stats for instance)
That behaviour should be preserved and it would be a bug if it didn't. Both biblio_id and item_id are defined as ON DELETE SET NULL. So I guess this should be ok. -- You are receiving this mail because: You are watching all bug changes.