Modification de l'appel de llxHeader

This commit is contained in:
Rodolphe Quiedeville 2005-01-07 14:47:45 +00:00
parent 996cd3c2a2
commit 964370faa3

View File

@ -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);