When going on this address: /cgi-bin/koha/ilsdi.pl?service=HoldTitle&patron_id=84238&bib_id=115570&request_location=127.0.0.1 I get a software error Undefined subroutine &C4::ILSDI::Services::CanBookBeReserved called at /home/koha/src/C4/ILSDI/Services.pm line 606.
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.