Fix dicitura fissa fattura in stampa

This commit is contained in:
Thomas Zilio 2020-03-21 21:14:25 +01:00
parent 89e41547d5
commit 7e758d9e23
1 changed files with 3 additions and 7 deletions

View File

@ -387,13 +387,9 @@ if ($fattura_accompagnatoria) {
}
echo '
<table style="font-size:7pt; color:#999;">
<tr>
<td style="text-align:center;">
$dicitura_fissa_fattura$
</td>
</tr>
</table>';
<div style="font-size: 7pt; color: #999; text-align: center">
$dicitura_fissa_fattura$
</div>';
if (empty($options['last-page-footer'])) {
echo '$default_footer$';