From 3ac9b5a1f0d98831c4ef95cf452806598ddba6bf Mon Sep 17 00:00:00 2001 From: Frank Cools Date: Thu, 2 Oct 2025 20:16:06 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20'=C3=A9v=C3=A9nements'=20title=20from?= =?UTF-8?q?=20main=20interface?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed: - Removed 'title_accountancy' parameter from load_fiche_titre() - This parameter was causing Dolibarr to display 'événements' title - Now shows clean interface without weird French title --- declarationtvaindex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarationtvaindex.php b/declarationtvaindex.php index c16e737..f971fb1 100644 --- a/declarationtvaindex.php +++ b/declarationtvaindex.php @@ -108,7 +108,7 @@ $title = $langs->trans("DeclarationTVAMainInterface"); llxHeader('', $title); // Print page header with create button -print load_fiche_titre($title, '' . $langs->trans("CreateDeclaration") . '', 'title_accountancy'); +print load_fiche_titre($title, '' . $langs->trans("CreateDeclaration") . ''); // Print declarations section print '
';