Bug 9564 - In order line, bibliographic information is lost if the record is merged with an other
Summary: In order line, bibliographic information is lost if the record is merged with...
Status: RESOLVED DUPLICATE of bug 7593
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 09:46 UTC by Mathieu Saby
Modified: 2013-03-09 11:52 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Saby 2013-02-07 09:46:45 UTC
If the record linked to an order line is merged with another record, bibliographic information is lost in order line, because it is linked to a deleted biblionumber.

Solution : 
When Koha merges 2 records, it should check if the record that is going to disapear is used in an order.
If it is so, it should update the order line by replacing the old biblionumber by the biblionumber of the resulting record.


M. Saby
Rennes 2 university
Comment 1 Mathieu Saby 2013-03-09 11:52:52 UTC

*** This bug has been marked as a duplicate of bug 7593 ***