From ac7ec4261fca3e4cebdf39957ac35b4cc58a8dc7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 29 Apr 2025 15:29:33 +0200 Subject: [PATCH] Bug 38842: Add a op=cud-null to the form This will make xt/find-missing-op-in-forms.t pass But also enforce the use of a op=cud- parameter. It is at the end of the form element, so if another is passed in the modal body the one passed will get retrieved properly by CGI->param Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc index 4bd7f0cf75..a3aa7c0d1e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -709,6 +709,7 @@ [% END %] + [%# Must be pass in the content of the modal %] -- 2.39.5