diff --git a/htdocs/compta/tva/index.php b/htdocs/compta/tva/index.php
index 89accf57492..acbcc86e07d 100644
--- a/htdocs/compta/tva/index.php
+++ b/htdocs/compta/tva/index.php
@@ -116,7 +116,6 @@ $tva = new Tva($db);
$textprevyear="".img_previous($langs->trans("Previous"), 'class="valignbottom"')."";
$textnextyear=" ".img_next($langs->trans("Next"), 'class="valignbottom"')."";
-print $conf->dol_optimize_smallscreen;
print load_fiche_titre($langs->transcountry("VAT", $mysoc->country_code), $textprevyear." ".$langs->trans("Year")." ".$year_start." ".$textnextyear, 'title_accountancy.png');
print $langs->trans("VATReportBuildWithOptionDefinedInModule").'
';