fix: totalIncome

This commit is contained in:
Angie
2025-08-03 22:44:13 +02:00
parent d620c0e4e7
commit 4eb2e9789d

View File

@@ -1116,6 +1116,7 @@ function fillFormWithReport(report) {
document.getElementById("cajaInicial").value =
report.cajaInicial || report.initialCash || 0;
document.getElementById("envelope").value = report.envelope;
document.getElementById("displayTotalIncome").value = report.totalIncome;
// --- Parse wages/expenses if they are string ---
let wages = report.wages;