Fix trans
This commit is contained in:
parent
dcfb0679c8
commit
59fcd9de13
@ -181,7 +181,7 @@ $arrayofmode = array(
|
|||||||
'commande' => 'Orders',
|
'commande' => 'Orders',
|
||||||
'facture' => 'Facture'
|
'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").'">';
|
$title .= ' <input type="submit" class="button small" name="refresh" value="'.$langs->trans("Refresh").'">';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user