Añadir parámetro de visibilidad en mensajes de 'No hay personas registradas' en secciones de Monedero

This commit is contained in:
Naiel
2026-02-23 14:41:18 +00:00
parent 74afb2a499
commit 0b1419fae2

View File

@@ -498,7 +498,8 @@ PAGES.pagos = {
},
'Monedero',
false,
'- No hay personas registradas -'
'- No hay personas registradas -',
true
);
}
@@ -517,7 +518,8 @@ PAGES.pagos = {
},
'Monedero Destino',
false,
'- No hay personas registradas -'
'- No hay personas registradas -',
true
);
}
@@ -1548,7 +1550,8 @@ PAGES.pagos = {
},
'Monedero',
false,
'- No hay personas registradas -'
'- No hay personas registradas -',
true
);
}
@@ -1567,7 +1570,8 @@ PAGES.pagos = {
},
'Monedero Destino',
false,
'- No hay personas registradas -'
'- No hay personas registradas -',
true
);
}