From 58d5f3872e27a90f4940aa733a93d94ac662a778 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 20 Aug 2025 16:34:14 +0000 Subject: [PATCH] Bug 40654: Adjust display to show current priority --- .../intranet-tmpl/prog/en/includes/holds_table.inc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 70ff63bf366..d41bf17051f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -47,13 +47,14 @@ [% SET tr_class = hold.suspend ? 'suspend' : '' %] - + [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] [% IF Koha.Preference('HoldsSplitQueue') == "nothing" && !hold.found %] - [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] [% FOREACH priority IN all_priorities %] [% IF priority == this_priority %] @@ -85,8 +86,11 @@ [% END %] [% ELSE %] - [% hold.priority | html %] [% END %] +
+ + [% hold.priority | html %] +
[%- IF ( CAN_user_reserveforothers_modify_holds_priority ) -%] [%- UNLESS hold.found -%] -- 2.39.5