Bug 22554 - Koha failed to cancel order for deleted bib
Summary: Koha failed to cancel order for deleted bib
Status: RESOLVED DUPLICATE of bug 10869
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-20 20:20 UTC by Andrew Fuerste-Henry
Modified: 2019-03-21 14:29 UTC (History)
1 user (show)

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 Andrew Fuerste-Henry 2019-03-20 20:20:31 UTC
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.
Comment 1 Nick Clemens 2019-03-21 14:29:37 UTC

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