mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
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…
x
Reference in New Issue
Block a user