Fix dicitura fissa fattura in stampa
This commit is contained in:
parent
89e41547d5
commit
7e758d9e23
|
@ -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$';
|
||||||
|
|
Loading…
Reference in New Issue