From 40ebea42459c44c111f5a05424a33d6d8c4a0e72 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 13 Dec 2024 16:18:39 +0100 Subject: [PATCH] Bug 38713: acqui/invoices.tt ul are not allowed in p Signed-off-by: Phil Ringnalda Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt index 12ec5748043..4748fa3b73f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -235,7 +235,7 @@ [% ELSE # IF invoices %]

Sorry, but there are no results for your search.

-

Search was: +

Search was:
    [% IF ( invoicenumber ) %]
  • Invoice number: [% invoicenumber | html %]
  • @@ -298,7 +298,7 @@
  • Library: [% Branches.GetName( branch ) | html %]
  • [% END %]
-

+
[% END # /IF invoices %] [% ELSE %]

Use the search form on the left to find invoices.

-- 2.34.1