diff --git a/modules/scadenzario/edit.php b/modules/scadenzario/edit.php
index 0eeacf4a2..4df6da840 100755
--- a/modules/scadenzario/edit.php
+++ b/modules/scadenzario/edit.php
@@ -175,7 +175,7 @@ if ($totale_da_pagare != 0) {
}
?>
-
''.moneyFormat($totale_da_pagare).'',
]); ?>.
'',
@@ -283,10 +283,8 @@ if (!empty($documento)) {
let diff = Math.abs(totale_da_pagare) - Math.abs(totale_utente);
if (diff == 0) {
- $("#save").removeClass("hide");
$("#totale").addClass("hide");
} else {
- $("#save").addClass("hide");
$("#totale").removeClass("hide");
}