https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32417 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #8 from David Nind <david@davidnind.com> --- Added my sign off. Testing notes: 1. Before applying the patch: 1.1 Added an order to a basket (from a new (empty) record) 1.2 Deleted the item and then the record created in step 1.1 1.3 Options for cancelling the order are: . Cancel order . Can't cancel order and delete catalog record (NOTE is greyed out) 1.4 Selecting 'Cancel order' results in error trace and can't canel the order: Cannot insert order: Mandatory parameter biblionumber is missing at /kohadevbox/koha/acqui/cancelorder.pl line 67. 2. Applied 'Add unit test' patch, tests fail as per the test plan. 3. Applied the second patch - tests now pass, if you now cancel the order you don't get the error trace and the order is now cancelled. -- You are receiving this mail because: You are watching all bug changes.