From 97c8504915b4dea1be16a27887d903515c57e009 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 15 Mar 2018 10:26:06 +0100 Subject: [PATCH] Fix remove log --- htdocs/compta/tva/index.php | 1 - 1 file changed, 1 deletion(-) 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").'
';