fix sql close #31374 (#31379)

This commit is contained in:
Frédéric FRANCE 2024-10-14 01:36:00 +02:00 committed by GitHub
parent ffcc1ee11c
commit 24722c10cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1626,7 +1626,8 @@ if (!empty($arrayfields['staff.code']['checked'])) {
$totalarray['nbfield']++;
}
if (!empty($arrayfields['legalform.code']['checked'])) {
print_liste_field_titre($arrayfields['legalform.code']['label'], $_SERVER["PHP_SELF"], "legalform.code", "", $param, '', $sortfield, $sortorder);
// s.fk_forme_juridique as legalform_code
print_liste_field_titre($arrayfields['legalform.code']['label'], $_SERVER["PHP_SELF"], "legalform_code", "", $param, '', $sortfield, $sortorder);
$totalarray['nbfield']++;
}
if (!empty($arrayfields['s.price_level']['checked'])) {