From 1aef9d9a989a07133d424c4ace348e4089d5603e Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Wed, 15 Jan 2025 13:40:00 +0000 Subject: [PATCH] Bug 38669: (QA follow-up): Fix find-missing-op-in-forms.t prove xt/find-missing-op-in-forms.t --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 584b32b5f9c..15e8621feca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -1026,6 +1026,7 @@ [% END %]
+ [% INCLUDE 'csrf-token.inc' %] [% FOREACH key IN whole.keys %] [% value = whole.$key %] [% IF key != 'method' && key != 'custom_key' && key != 'custom_value' %] @@ -1040,7 +1041,7 @@ [% i = i + 1 %] [% END %] - + [% IF auto_migrate %] -- 2.39.5