Fix dicitura footer stampa fattura
This commit is contained in:
parent
cae1be3893
commit
bc5571550f
|
@ -123,6 +123,8 @@ table#contents tbody td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.fake-footer p,
|
.fake-footer p,
|
||||||
|
.fake-footer span,
|
||||||
|
.fake-footer div,
|
||||||
.fake-footer table,
|
.fake-footer table,
|
||||||
.fake-footer table.table-bordered th,
|
.fake-footer table.table-bordered th,
|
||||||
.fake-footer table.table-striped tbody tr td,
|
.fake-footer table.table-striped tbody tr td,
|
||||||
|
|
|
@ -383,7 +383,7 @@ if ($fattura_accompagnatoria) {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '
|
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>
|
<span>$dicitura_fissa_fattura$</span>
|
||||||
</div>';
|
</div>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue