From 64bd524d44d8ed2c98c0226bbb7ba07c68262a45 Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Mon, 25 Sep 2023 16:55:07 +0200 Subject: [PATCH] Fix visualizzazione dicitura fissa in fattura --- src/Prints.php | 2 +- templates/base/style.css | 17 ----------------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/src/Prints.php b/src/Prints.php index 9a954b2cf..d60686987 100755 --- a/src/Prints.php +++ b/src/Prints.php @@ -690,7 +690,7 @@ class Prints // Impostazione footer per l'ultima pagina if (!empty($options['last-page-footer'])) { - $mpdf->WriteHTML(''); + $mpdf->WriteHTML(''); $mpdf->WriteHTML('
'.$foot.'
'); } diff --git a/templates/base/style.css b/templates/base/style.css index e8bb367a1..2da59d2ec 100755 --- a/templates/base/style.css +++ b/templates/base/style.css @@ -139,20 +139,3 @@ table#contents tbody td { .cell-padded { padding: 4px; } - -.fake-footer p, -.fake-footer span, -.fake-footer div, -.fake-footer table, -.fake-footer table.table-bordered th, -.fake-footer table.table-striped tbody tr td, -.fake-footer th, -.fake-footer tbody, -.fake-footer thead, -.fake-footer tfoot, -.fake-footer td, -.fake-footer tr { - color: white !important; - background: none !important; - border-color: white !important; -}