Fix dicitura fissa fattura in stampa
This commit is contained in:
parent
89e41547d5
commit
7e758d9e23
|
@ -387,13 +387,9 @@ if ($fattura_accompagnatoria) {
|
|||
}
|
||||
|
||||
echo '
|
||||
<table style="font-size:7pt; color:#999;">
|
||||
<tr>
|
||||
<td style="text-align:center;">
|
||||
<div style="font-size: 7pt; color: #999; text-align: center">
|
||||
$dicitura_fissa_fattura$
|
||||
</td>
|
||||
</tr>
|
||||
</table>';
|
||||
</div>';
|
||||
|
||||
if (empty($options['last-page-footer'])) {
|
||||
echo '$default_footer$';
|
||||
|
|
Loading…
Reference in New Issue