http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7593 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |julian.maurice@biblibre.com --- Comment #12 from Julian Maurice <julian.maurice@biblibre.com> --- When I merge the two records, orders are not updated. I think this is because GetOrdersByBiblionumber is called after DelBiblio and aqorders table has a constraint "ON DELETE SET NULL". So no orders are returned by GetOrdersByBiblionumber. moving your added lines above the "#Deleting the other record" block may fix the problem. -- You are receiving this mail because: You are watching all bug changes.