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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user