http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10758

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #12 from Jonathan Druart <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to