fix: caja final resetted after save or edit

This commit is contained in:
Angie 2025-08-03 20:50:12 +02:00
parent ea4d1318d9
commit 15f19d626f

View File

@ -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 ? "Отчет успешно отредактирован!" : "Отчет успешно создан!"