From 3a51314e7429d37b0f16a85e531e67b374ff8ccf Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 20 Sep 2023 16:47:49 +0100 Subject: [PATCH] Bug 34853: Add clearfix span to Invoice links This patch adds a clearfix span around the invoicenumber and EDI message display texts which should result in them each having their own line. --- .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index fe07a4345cc..1da2464822a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -853,15 +853,15 @@ [% IF order.invoiceid %] [% IF CAN_user_acquisition %] - - [% order.invoice.invoicenumber | html %] + [% order.invoice.invoicenumber | html %] [% ELSE %] - [% order.invoice.invoicenumber | html %] + [% order.invoice.invoicenumber | html %] [% END %] [% IF ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage && order.invoice.message_id ) %] - (EDI message) + EDI message [% END %] [% END %] -- 2.41.0