fix select_conditions parameters
This commit is contained in:
parent
01255602d8
commit
790c5f493a
@ -785,7 +785,7 @@ if ($resql)
|
|||||||
if (! empty($arrayfields['f.fk_cond_reglement']['checked']))
|
if (! empty($arrayfields['f.fk_cond_reglement']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="liste_titre" align="left">';
|
print '<td class="liste_titre" align="left">';
|
||||||
$form->select_conditions_paiements($search_paymentterms, 'search_paymentterms', -1, 1);
|
$form->select_conditions_paiements($search_paymentterms, 'search_paymentterms', -1, 1, 1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
if (! empty($arrayfields['f.total_ht']['checked']))
|
if (! empty($arrayfields['f.total_ht']['checked']))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user