mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: translation
This commit is contained in:
parent
50719271c0
commit
ddf274e2c1
|
|
@ -69,7 +69,7 @@ if ($result)
|
|||
$num_lignes = $db->num_rows($result);
|
||||
$i = 0;
|
||||
|
||||
print_barre_liste("Lignes de facture <20> ventiler",$page,"liste.php","",$sortfield,$sortorder,'',$num_lignes);
|
||||
print_barre_liste($langs->trans("InvoiceLinesToDispatch",$page,"liste.php","",$sortfield,$sortorder,'',$num_lignes);
|
||||
|
||||
print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre"><td>'.$langs->trans("Invoice").'</td>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user