[Koha-bugs] [Bug 26515] Add Koha::Acquisition::Order->cancel

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 24 21:11:45 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26515

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I feel like we are missing checks here.

In the GUI, we can't delete the record for a hold if:
- there are other items (is in the patch)
- if there are other orders using the record
- if there are subscriptions for the record

I think we should also have these checks in the new method proposed here?

Items are checked in DelBiblio, subscriptions and orders are not. DelBiblio
should also be moved to the Koha namespace eventually.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list