[Koha-bugs] [Bug 10758] Show bibliographic information of deleted records in acquisitions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 16 10:22:32 CEST 2013


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #12 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list