From c59fe4ac7b998b6ceaf86608d07f1ec4cf85d3e0 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 59e611f3cc..c865305658 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -315,7 +315,7 @@ [% END %] -
+ [% INCLUDE 'csrf-token.inc' %]
@@ -821,7 +821,7 @@ [% END %] [% ELSIF ( mv.type == 'text_complex' ) %] - + [% mv.javascript | $raw %] [% ELSIF ( mv.type == 'hidden' ) %] @@ -845,9 +845,9 @@ [% ELSE %] [% IF mv.plugin == "upload.pl" %] - Upload + Upload [% ELSE %] - Tag editor + Tag editor [% END %] [% END %] [% END %] -- 2.39.2