Fix dicitura footer stampa fattura

This commit is contained in:
Luca 2020-07-20 14:52:09 +02:00
parent cae1be3893
commit bc5571550f
2 changed files with 3 additions and 1 deletions

View File

@ -123,6 +123,8 @@ table#contents tbody td {
}
.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,

View File

@ -383,7 +383,7 @@ if ($fattura_accompagnatoria) {
}
echo '
<div style="font-size: 6pt; color: #999; text-align: left;">
<div style="font-size: 6pt; text-align: left;" class="text-muted">
<span>$dicitura_fissa_fattura$</span>
</div>';