fix form_conditions_reglement parameters

This commit is contained in:
Christophe Battarel 2019-04-09 18:37:36 +02:00
parent 790c5f493a
commit 5f9f615e11

View File

@ -1098,7 +1098,7 @@ if ($resql)
if (! empty($arrayfields['f.fk_cond_reglement']['checked']))
{
print '<td>';
$form->form_conditions_reglement($_SERVER['PHP_SELF'], $obj->fk_cond_reglement, 'none', '', -1);
$form->form_conditions_reglement($_SERVER['PHP_SELF'], $obj->fk_cond_reglement, 'none');
print '</td>';
if (! $i) $totalarray['nbfield']++;
}