diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index a77947eb345..23ff18bfd7a 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2978,6 +2978,7 @@ else print_barre_liste($langs->trans('BillsCustomers').' '.($socid?' '.$soc->nom:''),$page,'facture.php','&socid='.$socid,$sortfield,$sortorder,'',$num); $i = 0; + print '
'."\n"; print ''; print ''; print_liste_field_titre($langs->trans('Ref'),$_SERVER['PHP_SELF'],'f.facnumber','','&socid='.$socid,'',$sortfield); @@ -2990,9 +2991,9 @@ else print ''; // Lignes des champs de filtre - print ''; + print ''; - print ''; print ''; print ''; - print ''; if ($num > 0) { @@ -3073,7 +3073,8 @@ else } } - print '
'; + print ''; print ''; print ' '; @@ -3005,7 +3006,6 @@ else print ''; print '
'; + print "\n"; + print "\n"; $db->free($resql); } else