Bug 9564

Summary: In order line, bibliographic information is lost if the record is merged with an other
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact:
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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 ***