1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Correzioni minori sulla gestione ricevute

This commit is contained in:
Dasc3er
2020-10-09 17:43:05 +02:00
parent 89c030e9b4
commit 210d1575bd

View File

@@ -196,6 +196,7 @@ if (!empty($fattura->codice_stato_fe)) {
</table>';
}
}
}
}
echo '
@@ -275,7 +276,7 @@ echo '
salvaForm(button, "#edit-form").then(function(valid) {
if (valid) {';
if ($generata) {
if ($generata) {
echo '
/*<p class=\"text-danger\">'.tr('Se stai attendendo una ricevuta dal sistema SdI, rigenerando la fattura elettronica non sarà possibile corrispondere la ricevuta una volta emessa').'.</p>*/
swal({
@@ -291,12 +292,12 @@ if ($generata) {
$("#form-xml").submit();
}
});';
} else {
} else {
echo '
$("#form-xml").submit();';
}
echo '
}
echo '
} else {
swal({
type: "error",