26 Nov
2012
26 Nov
'12
9:36 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9030 --- Comment #8 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #7)
Could you please explain how I would test that this constraint is doing what is desired?
For the Bug 8991, I developped a script to delete old orders. By "delete" I mean delete a record in DB. If we delete an order in DB, we want to delete its related items too. So for testing you can create an order with X items and execute a DELETE query from the aqorders table on this order. The related items have to be deleted in cascade. -- You are receiving this mail because: You are watching all bug changes.