From cae523a80cf45856d1e794d0ece36aee9448f319 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 20 Aug 2024 16:05:03 +0200 Subject: [PATCH] Bug 30975: Fix framework plugins on acqui/neworderempty.pl Test plan: - Activate UseACQFrameworkForBiblioRecords - Make sure you have an ACQ cataloguing framework that uses at least one plugin - Create a new basket, create an order from 'new' - Verify that framework plugins work --- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index 3a4dcb40ed..9267569fde 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -314,7 +314,7 @@ [% END %] -
+ [% INCLUDE 'csrf-token.inc' %]
@@ -802,7 +802,7 @@ [% END %] [% ELSIF ( mv.type == 'text_complex' ) %] - + [% mv.javascript | $raw %] [% ELSIF ( mv.type == 'hidden' ) %] @@ -826,9 +826,9 @@ [% ELSE %] [% IF mv.plugin == "upload.pl" %] - Upload + Upload [% ELSE %] - Tag editor + Tag editor [% END %] [% END %] [% END %] -- 2.39.2