From 84e0b7e5951b6cab4f5b873843e0cd40d1f90c3b 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 --- 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 4bd7f0cf754..a3aa7c0d1ea 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.34.1