https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22554 Bug ID: 22554 Summary: Koha failed to cancel order for deleted bib Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- When attempting to cancel an order for a bib that has been deleted, DelOrder tries to cancel an order for which biblionumber="". However, the database shows NULL for aqorders.biblionumber when a bib has been deleted. Consequently, the cancellation fails. Adding to confusion, Koha doesn't give any indication of an error. The system gives a message that the order was cancelled but then, on returning to the basket, the order is still there. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.