From bf78a2c91197eb48a4d2f12bf2e3bfee22350cd7 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 Signed-off-by: Marcel de Rooy Signed-off-by: David Cook --- .../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 3cdeb46c59..084a588843 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' %]
@@ -822,7 +822,7 @@ [% END %] [% ELSIF ( mv.type == 'text_complex' ) %] - + [% mv.javascript | $raw %] [% ELSIF ( mv.type == 'hidden' ) %] @@ -846,9 +846,9 @@ [% ELSE %] [% IF mv.plugin == "upload.pl" %] - Upload + Upload [% ELSE %] - Tag editor + Tag editor [% END %] [% END %] [% END %] -- 2.39.5