diff --git a/frontend/script.js b/frontend/script.js index 9db0a56..35c70d7 100644 --- a/frontend/script.js +++ b/frontend/script.js @@ -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;