diff --git a/htdocs/compta/clients.php b/htdocs/compta/clients.php index 90fa97b2e0c..0c64f5b62c5 100644 --- a/htdocs/compta/clients.php +++ b/htdocs/compta/clients.php @@ -198,8 +198,13 @@ if ($result) $num = $db->num_rows(); $i = 0; - print_barre_liste("Liste des clients", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num); - + if ($action == 'facturer') { + print_barre_liste("Liste des clients facturables", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num); + } + else { + print_barre_liste("Liste des clients", $page, $PHP_SELF,"",$sortfield,$sortorder,'',$num); + } + if ($sortorder == "DESC") { $sortorder="ASC"; @@ -229,7 +234,7 @@ if ($result) if ($user->societe_id == 0) { - print "idp&action=create\">[Facture]\n"; + print "idp&action=create\">Facturer \"Nouvelle\n"; } else {