Añadir parámetro de visibilidad en mensajes de 'No hay personas registradas' en secciones de Monedero
This commit is contained in:
@@ -498,7 +498,8 @@ PAGES.pagos = {
|
|||||||
},
|
},
|
||||||
'Monedero',
|
'Monedero',
|
||||||
false,
|
false,
|
||||||
'- No hay personas registradas -'
|
'- No hay personas registradas -',
|
||||||
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -517,7 +518,8 @@ PAGES.pagos = {
|
|||||||
},
|
},
|
||||||
'Monedero Destino',
|
'Monedero Destino',
|
||||||
false,
|
false,
|
||||||
'- No hay personas registradas -'
|
'- No hay personas registradas -',
|
||||||
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1548,7 +1550,8 @@ PAGES.pagos = {
|
|||||||
},
|
},
|
||||||
'Monedero',
|
'Monedero',
|
||||||
false,
|
false,
|
||||||
'- No hay personas registradas -'
|
'- No hay personas registradas -',
|
||||||
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1567,7 +1570,8 @@ PAGES.pagos = {
|
|||||||
},
|
},
|
||||||
'Monedero Destino',
|
'Monedero Destino',
|
||||||
false,
|
false,
|
||||||
'- No hay personas registradas -'
|
'- No hay personas registradas -',
|
||||||
|
true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user