Fix visualizzazione dicitura fissa in fattura

This commit is contained in:
MatteoPistorello 2023-09-25 16:55:07 +02:00
parent c58db97e03
commit 64bd524d44
2 changed files with 1 additions and 18 deletions

View File

@ -690,7 +690,7 @@ class Prints
// Impostazione footer per l'ultima pagina
if (!empty($options['last-page-footer'])) {
$mpdf->WriteHTML('<div class="fake-footer">'.$foot.'</div>');
$mpdf->WriteHTML('<div class="hidden">'.$foot.'</div>');
$mpdf->WriteHTML('<div style="position:absolute; bottom: 13mm; margin-right: '.($settings['margins']['right']).'mm">'.$foot.'</div>');
}

View File

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