Bug 18258

Summary: Add the Koha::Biblio->subscriptions method
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer, kyle, tomascohen, veron
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:
Bug Depends on:    
Bug Blocks: 18259    
Attachments: Bug 18258: Add the Koha::Biblio->subscriptions method
Bug 18258: Add the Koha::Biblio->subscriptions method
Bug 18258: Add the Koha::Biblio->subscriptions method
Bug 18258: (QA followup) Use Koha::Subscriptions

Description Jonathan Druart 2017-03-13 18:26:49 UTC

    
Comment 1 Jonathan Druart 2017-03-13 18:31:46 UTC
Created attachment 61050 [details] [review]
Bug 18258: Add the Koha::Biblio->subscriptions method

Test plan:
  prove t/db_dependent/Koha/Biblios.t
should return green
Comment 2 Marc Véron 2017-03-15 19:28:25 UTC
Created attachment 61121 [details] [review]
Bug 18258: Add the Koha::Biblio->subscriptions method

Test plan:
  prove t/db_dependent/Koha/Biblios.t
should return green

Signed-off-by: Marc Véron <veron@veron.ch>
Comment 3 Tomás Cohen Arazi 2017-03-29 17:51:45 UTC
Created attachment 61692 [details] [review]
Bug 18258: Add the Koha::Biblio->subscriptions method

Test plan:
  prove t/db_dependent/Koha/Biblios.t
should return green

Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 4 Tomás Cohen Arazi 2017-03-29 17:51:51 UTC
Created attachment 61693 [details] [review]
Bug 18258: (QA followup) Use Koha::Subscriptions

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 5 Kyle M Hall 2017-03-31 10:49:56 UTC
Pushed to master for 17.05, thanks Jonathan, Tomas!
Comment 6 Katrin Fischer 2017-04-02 16:15:35 UTC
This won't get ported back to 16.11.x as it is an enhancement.