[Koha-bugs] [Bug 18259] Koha::Biblio - Remove GetSubscriptionsId

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 13 19:46:16 CET 2017


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 61051
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=61051&action=edit
Bug 18259: Koha::Biblio - Remove GetSubscriptionsId

C4::Biblio::GetSubscriptionsId can be replaced using
Koha::Biblio->subscriptions

Test plan:
Create a new order for a bibliographic record
Create a new subscription on this biblio
>From the basket (acquisition), confirm that you are not able to delete
the order with the biblio ("Can't cancel order and delete catalog record
1 subscription(s) left")
Receive the order
On the parcel page, confirm that you are not able to delete the order
with the biblio

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


More information about the Koha-bugs mailing list