From f6665e3959236c38465ccb36775bc0c381024e5b 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. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer (cherry picked from commit 939ad01baf228a58deb2bf9300dfee8ee20dda6b) Signed-off-by: Fridolin Somers --- .../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 e2658b7dc7..48c136c9f8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -855,15 +855,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.39.5