Summary: | Cancelling an order before basket is closed leaves aqorders.status set to 'ordered' | ||
---|---|---|---|
Product: | Koha | Reporter: | Barton Chittenden <barton> |
Component: | Acquisitions | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | fiona.borthwick, marjorie.barry-vila, patrick.robitaille, severine.queune |
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
Barton Chittenden
2016-08-23 17:45:41 UTC
Hm, it looks like a bug to me as we have a specific cancelled status. I just retested this on current master and it worked alright: - create basket - create order line (status: new) - cancel order line (status: cancelled) Which version did you report this against? (In reply to Katrin Fischer from comment #2) > I just retested this on current master and it worked alright: > > - create basket > - create order line (status: new) > - cancel order line (status: cancelled) > > Which version did you report this against? Huh. You are right, it's all good until you close the basket. Then the cancelled order is turned into 'ordered' One of our customers has also reported this but added the following detail... If you reopen the basket then the ordered status changes to New... this is despite the order having been cancelled. |