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 ' echo '
<table style="font-size:7pt; color:#999;"> <div style="font-size: 7pt; color: #999; text-align: center">
<tr> $dicitura_fissa_fattura$
<td style="text-align:center;"> </div>';
$dicitura_fissa_fattura$
</td>
</tr>
</table>';
if (empty($options['last-page-footer'])) { if (empty($options['last-page-footer'])) {
echo '$default_footer$'; echo '$default_footer$';