https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25260
--- Comment #21 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
