| Summary: | Add the Koha::Biblio->holds method | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | kyle, m.de.rooy |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| 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
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 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> 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> 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> Just a rebase. Pushed to master for 17.05, thanks Jonathan! This won't get ported back to 16.11.x as it is an enhancement. |