Summary: | Can't place hold on title with ILS-DI | ||
---|---|---|---|
Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
Component: | Architecture, internals, and plumbing | Assignee: | Julian Maurice <julian.maurice> |
Status: | CLOSED FIXED | QA Contact: | Mason James <mtj> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | chris, matthias.meusburger, mtj, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services
Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services |
Description
Julian Maurice
2012-10-01 09:57:16 UTC
Created attachment 12618 [details] [review] Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services To test, go to http://yourlibrary/cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=PATRON_ID&bib_id=BIB_ID&request_location=127.0.0.1 replacing PATRON_ID with a valid borrowernumber and BIB_ID with a valid biblionumber. Created attachment 12628 [details] [review] Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services Same problem with CanItemBeReserved Created attachment 12655 [details] [review] Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services Signed-off-by: Matthias Meusburger <matthias.meusburger@biblibre.com> Created attachment 12656 [details] [review] Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services Signed-off-by: Matthias Meusburger <matthias.meusburger@biblibre.com> Signed-off. (In reply to comment #5) > Created attachment 12656 [details] [review] > Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services > > Signed-off-by: Matthias Meusburger <matthias.meusburger@biblibre.com> trivial patches, passing QA... $ koha-qa.pl -c 2 testing 2 commit(s) (applied to commit 6c18204) * 3c1edec Bug 8850: Export CanItemBeReserved in C4::ILSDI::Services C4/ILSDI/Services.pm * 8051567 Bug 8850: Export CanBookBeReserved in C4::ILSDI::Services C4/ILSDI/Services.pm * C4/ILSDI/Services.pm OK Patch pushed to master Pushed to 3.8.x will be in 3.8.6 Ok in master and in 3.8.x. Marked as RESOLVED. |