This commit is contained in:
Beppe 2022-02-24 12:55:49 +01:00
commit 2574755010
2 changed files with 5 additions and 1 deletions

View File

@ -283,7 +283,7 @@ if (empty($record) || !$has_access) {
<script>
$(document).ready(function(){
let form = $("#module-edit").parent().find("form").first();
let form = $("#edit-form").first();
// Ultima sezione/campo del form
let last = form.find(".panel").last();

View File

@ -59,6 +59,8 @@ if ($file->isFatturaElettronica()) {
$xslt->importStylesheet($xsl);
echo $xslt->transformToXML($xml);
echo '
<style>
#notifica {
@ -68,6 +70,8 @@ if ($file->isFatturaElettronica()) {
border-bottom: solid 1px #000000;
}
</style>';
exit;
} else {
echo '
<style>