Fix trans

This commit is contained in:
Laurent Destailleur 2022-05-28 12:36:03 +02:00
parent dcfb0679c8
commit 59fcd9de13

View File

@ -181,7 +181,7 @@ $arrayofmode = array(
'commande' => 'Orders',
'facture' => 'Facture'
);
$title .= ' '.$form->selectarray('mode', $arrayofmode, $mode, 1);
$title .= ' '.$form->selectarray('mode', $arrayofmode, $mode, 1, 0, 0, '', 1);
$title .= ' <input type="submit" class="button small" name="refresh" value="'.$langs->trans("Refresh").'">';