From bcfdfb57153e367e261511b6f2c60dbd69a7c5ed Mon Sep 17 00:00:00 2001 From: Lucas Gass <lucas@bywatersolutions.com> Date: Tue, 15 Feb 2022 14:53:02 +0000 Subject: [PATCH] Bug 29760: (follow-up) Fix class name --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt index b38e0fff6a..6eeb9f65c6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt @@ -199,7 +199,7 @@ <p>[% itemsloo.patron.phone | html %]</p> [% END %] </td> - <td class="hq-patron-category">[% itemsloo.patron.category.description | html %] ([% itemsloo.patron.categorycode | html %])</td> + <td class="hq-patroncategory">[% itemsloo.patron.category.description | html %] ([% itemsloo.patron.categorycode | html %])</td> <td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) | html %]</td> <td class="hq-date" data-order="[% itemsloo.reservedate | html %]">[% itemsloo.reservedate | $KohaDates %]</td> <td class="hq-notes">[% itemsloo.notes | html %]</td> -- 2.20.1