Fix: fonction selectyesnonum remplace par selectyesno
This commit is contained in:
parent
ac275fb85d
commit
92daa245c2
@ -710,7 +710,7 @@ elseif ($_GET["action"] == 'edit' || $_POST["action"] == 'edit')
|
||||
// Fournisseur
|
||||
print '<tr>';
|
||||
print '<td>'.$langs->trans('Supplier').'</td><td>';
|
||||
print $form->selectyesnonum("fournisseur",$soc->fournisseur,1);
|
||||
print $form->selectyesno("fournisseur",$soc->fournisseur,1);
|
||||
print '</td>';
|
||||
print '<td>'.$langs->trans('SupplierCode').'</td><td>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user