diff --git a/htdocs/compta/facture/prelevement.php b/htdocs/compta/facture/prelevement.php index c3971f11a9f..919f72f6043 100644 --- a/htdocs/compta/facture/prelevement.php +++ b/htdocs/compta/facture/prelevement.php @@ -62,7 +62,7 @@ if ($user->societe_id > 0) $socidp = $user->societe_id; } -llxHeader('',$langs->trans("Bill"),'Facture - Prélèvement'); +llxHeader('',$langs->trans("Bill")); $html = new Form($db);