From 33efe8ec052a98d30758f08ec3dd347752d95d10 Mon Sep 17 00:00:00 2001 From: Lari Strand Date: Fri, 13 Sep 2024 13:49:30 +0300 Subject: [PATCH] Bug 35987: Fix broken See highlighted items below link Signed-off-by: Magnus Enger Test plan with KTD: - Issue a couple of items to a patron, and make sure one of them is overdue. - Make sure "Always show checkouts automatically" is not checked - Reload the page - Click on the link in "Overdues: Patron has ITEMS OVERDUE See highlighted items below" - Nothing happens - Apply the patch, restart_all, reload the "Check out" page for the patron - Click on the link again, and the active loans should be shown Signed-off-by: Aleisha Amohia --- koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc index b64f4f0f92a..b564b4b5427 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc @@ -101,7 +101,7 @@ [% IF ( odues ) %]
  • - Overdues: Patron has ITEMS OVERDUE See highlighted items below + Overdues: Patron has ITEMS OVERDUE See highlighted items below
  • [% END %] -- 2.39.5