Bug 17630

Summary: Add the Koha::Biblio->holds method
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer, kyle, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 17631, 17736    
Attachments: Bug 17630: Add the Koha::Biblio->holds method
[SIGNED-OFF] Bug 17630: Add the Koha::Biblio->holds method
Bug 17630: Add the Koha::Biblio->holds method
Bug 17630: Add the Koha::Biblio->holds method

Description Jonathan Druart 2016-11-15 13:56:00 UTC

    
Comment 1 Jonathan Druart 2016-11-15 13:59:48 UTC
Created attachment 57491 [details] [review]
Bug 17630: Add the Koha::Biblio->holds method

This method will be useful to get the current holds placed on a given
bibliographic record.

Test plan:
  prove t/db_dependent/Koha/Biblios.t
should return green
Comment 2 Josef Moravec 2016-11-18 13:04:02 UTC
Created attachment 57644 [details] [review]
[SIGNED-OFF] Bug 17630: Add the Koha::Biblio->holds method

This method will be useful to get the current holds placed on a given
bibliographic record.

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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 3 Marcel de Rooy 2016-12-02 08:13:38 UTC
Created attachment 57884 [details] [review]
Bug 17630: Add the Koha::Biblio->holds method

This method will be useful to get the current holds placed on a given
bibliographic record.

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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 4 Jonathan Druart 2016-12-07 15:25:05 UTC
Created attachment 58012 [details] [review]
Bug 17630: Add the Koha::Biblio->holds method

This method will be useful to get the current holds placed on a given
bibliographic record.

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

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 5 Jonathan Druart 2016-12-07 15:25:19 UTC
Just a rebase.
Comment 6 Kyle M Hall 2016-12-16 14:51:59 UTC
Pushed to master for 17.05, thanks Jonathan!
Comment 7 Katrin Fischer 2016-12-18 20:54:17 UTC
This won't get ported back to 16.11.x as it is an enhancement.