Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
2574755010
|
@ -283,7 +283,7 @@ if (empty($record) || !$has_access) {
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
let form = $("#module-edit").parent().find("form").first();
|
let form = $("#edit-form").first();
|
||||||
|
|
||||||
// Ultima sezione/campo del form
|
// Ultima sezione/campo del form
|
||||||
let last = form.find(".panel").last();
|
let last = form.find(".panel").last();
|
||||||
|
|
|
@ -59,6 +59,8 @@ if ($file->isFatturaElettronica()) {
|
||||||
$xslt->importStylesheet($xsl);
|
$xslt->importStylesheet($xsl);
|
||||||
echo $xslt->transformToXML($xml);
|
echo $xslt->transformToXML($xml);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
echo '
|
echo '
|
||||||
<style>
|
<style>
|
||||||
#notifica {
|
#notifica {
|
||||||
|
@ -68,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