http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10758 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #12 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to mathieu saby from comment #9)
Could you tell me how to write the constraint to link aqorders.biblionumber with biblio.biblionumber, but to keep the value of aqorders.biblionumber when the biblio is suppressed ?
No possible. To do that, I think you must add a new column in aqorders which point to deletedbiblio.biblionumber. You have to delete the biblio, the aqorders.biblionumber will be set to NULL. Next update the aqorders.deletedbiblionumber. -- You are receiving this mail because: You are watching all bug changes.