From 3a67d56a4fb17e9dd43fab1fa30fccce1bab9e2c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 1 Feb 2026 02:30:28 +0100 Subject: [PATCH] Fix CI --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 01a35b59b0a..a5ed2ffc9f6 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -7412,7 +7412,7 @@ class Form $info_bits == 1 ? $is_npr = 1 : $is_npr = 0; $parameters = array( 'htmlname' => $htmlname, - 'selectedrate' => $selectedrate + 'selectedrate' => $selectedrate, 'seller' => $societe_vendeuse, 'buyer' => $societe_acheteuse, 'idprod' => $idprod,