Bug 29002: Add bookings view
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 15 May 2023 15:30:26 +0000 (16:30 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 3 Nov 2023 15:04:08 +0000 (12:04 -0300)
commit902d7e4fb0fc9d3e98a6db5e7b3197ab43dccfac
treebaa70c3c1b0d2d9a1383a05a80994ba568fbbfa8
parent9fff2e1f4e082e470667ad1b338eaab6164896b4
Bug 29002: Add bookings view

This patch adds a new view to the biblio details page to display any
bookings that may have been made.

Test plan
1) Run through the steps from the previous patch
2) Note the appearance of a new 'Bookings' option in the left menu
3) Click the bookings option to load the new bookings page for the
   biblio
4) See that the booking from the previous patch appears on the page
5) Sign off

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Janet McGowan <janet.mcgowan@ptfs-europe.com>
Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Signed-off-by: Laurence Rault <laurence.rault@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
api/v1/swagger/paths/biblios.yaml
bookings/list.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/bookings/list.tt [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/js/place_booking_modal.js