Update body.php
This commit is contained in:
parent
61de02c5ca
commit
edf301e73a
|
@ -59,7 +59,7 @@ if ($file->isFatturaElettronica()) {
|
||||||
$xslt->importStylesheet($xsl);
|
$xslt->importStylesheet($xsl);
|
||||||
echo $xslt->transformToXML($xml);
|
echo $xslt->transformToXML($xml);
|
||||||
|
|
||||||
exit;
|
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
<style>
|
<style>
|
||||||
|
@ -70,6 +70,8 @@ if ($file->isFatturaElettronica()) {
|
||||||
border-bottom: solid 1px #000000;
|
border-bottom: solid 1px #000000;
|
||||||
}
|
}
|
||||||
</style>';
|
</style>';
|
||||||
|
|
||||||
|
exit;
|
||||||
} else {
|
} else {
|
||||||
echo '
|
echo '
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in New Issue