From 964370faa35539e5386ebbd79be45b4111ba666f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 7 Jan 2005 14:47:45 +0000 Subject: [PATCH] Modification de l'appel de llxHeader --- htdocs/compta/facture/prelevement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);