Fix visualizzazione dicitura fissa in fattura
This commit is contained in:
parent
c58db97e03
commit
64bd524d44
|
@ -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>');
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue