fix: caja final resetted after save or edit
This commit is contained in:
parent
ea4d1318d9
commit
15f19d626f
@ -1517,6 +1517,7 @@ document.getElementById("reportForm").addEventListener("submit", async (e) => {
|
||||
|
||||
document.getElementById("totalWages").textContent = "0.00";
|
||||
document.getElementById("totalExpensesInternal").textContent = "0.00";
|
||||
document.getElementById("cajaFinal").textContent = "€0.00";
|
||||
|
||||
showNotification(
|
||||
wasEdit ? "Отчет успешно отредактирован!" : "Отчет успешно создан!"
|
||||
|
Loading…
Reference in New Issue
Block a user