From cdd462a0cba7da67797143f4fe38e098b29089bb Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 18 Dec 2023 16:22:08 +0000 Subject: [PATCH] Bug 35592: Fix closing tag in bookings alert To test: 1 - View a record details page for a record with items 2 - Click on the 'Items' tab 3 - Change 'Bookable' to 'Yes' and update for an item 4 - View the details page - place a booking 5 - Checkout the item to the patron it is booked for 6 - Note the alert shows, but encompasses the whole page 7 - Apply patch 8 - Check in the item 9 - Checkout the item again 10 - Note the alert shows above the checkouts page as expected Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 9f2631cc4d..7707a7587f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -95,7 +95,7 @@ [% END %] [% IF alert.BOOKED %] -
Item is booked by this user
+
Item is booked by this user
[% END %] [% IF ( nopermission ) %] -- 2.30.2