diff --git a/htdocs/compta/ventilation/liste.php b/htdocs/compta/ventilation/liste.php index 361a535d1e8..7359d5d5333 100644 --- a/htdocs/compta/ventilation/liste.php +++ b/htdocs/compta/ventilation/liste.php @@ -42,8 +42,8 @@ if ($user->societe_id > 0) accessforbidden(); llxHeader('','Ventilation'); /* -* Lignes de factures -*/ + * Lignes de factures + */ $sortfield = GETPOST("sortfield",'alpha'); $sortorder = GETPOST("sortorder",'alpha'); @@ -69,7 +69,7 @@ if ($result) $num_lignes = $db->num_rows($result); $i = 0; - print_barre_liste($langs->trans("InvoiceLinesToDispatch",$page,"liste.php","",$sortfield,$sortorder,'',$num_lignes); + print_barre_liste($langs->trans("InvoiceLinesToDispatch"),$page,"liste.php","",$sortfield,$sortorder,'',$num_lignes); print ''; print ''; @@ -124,7 +124,7 @@ else { print $db->error(); } -$db->close(); llxFooter(); +$db->close(); ?>
'.$langs->trans("Invoice").'