19 Aug
2014
19 Aug
'14
4:49 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12555 --- Comment #4 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to Jonathan Druart from comment #1)
The entries in aqorders_items will automatically deleted by the DBMS (on delete cascade).
Actually it's not true at the moment, aqorders_items.itemnumber does not have a foreign key on items.itemnumber. But it should, isn't it? -- You are receiving this mail because: You are watching all bug changes.