This commit is contained in:
Naiel
2025-11-26 11:59:08 +01:00
committed by GitHub
parent f0e32b4ad0
commit ba022dea3c

View File

@@ -974,6 +974,7 @@ PAGES.pagos = {
};
var balance_real = 0;
setInterval(() => {
balance_real = 0;
Object.values(SC_Personas).forEach(persona => {
balance_real += parseFloat(persona.Monedero_Balance || 0)
});