Bug 19532: Recalls on OPAC
authorAleisha Amohia <aleishaamohia@hotmail.com>
Mon, 11 May 2020 23:52:52 +0000 (23:52 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 15 Mar 2022 08:45:51 +0000 (22:45 -1000)
commit52b5cdf79b53eb29173e92a7dfe0f76df135e7d9
tree525f9974b60ca11a1195a9ccd592675257b0caaa
parentb800c2e68d993897c10e9eb80a03b37ddd310b44
Bug 19532: Recalls on OPAC

- place a biblio-level or item-level recall via the biblio detail page, OPAC search results, or course reserves
- view or cancel your active recalls from 'your summary' recalls tab
- view all active and inactive (and cancel active) recalls from 'your recall history'
- stopped from placing a reserve on an item that the patron has already recalled

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
15 files changed:
koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-detail-sidebar.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/title-actions-menu.inc
koha-tmpl/opac-tmpl/bootstrap/en/includes/usermenu.inc
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recall.tt [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-recalls.tt [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt
opac/opac-course-details.pl
opac/opac-detail.pl
opac/opac-recall.pl [new file with mode: 0755]
opac/opac-recalls.pl [new file with mode: 0755]
opac/opac-reserve.pl
opac/opac-user.pl