This commit is contained in:
naielv
2025-09-09 16:07:10 +02:00
parent ec7746f79f
commit 673d64e720

View File

@@ -175,11 +175,12 @@ PAGES.materiales = {
gun.get(TABLE).get("materiales"),
document.getElementById("tableContainer"),
undefined,
function(data) {
if (data.Ubicacion == filtroUbicacion) {return false}
if (filtroUbicacion == "") {return false}
return true
}
undefined,
//function(data) {
// if (data.Ubicacion == filtroUbicacion) {return false}
// if (filtroUbicacion == "") {return false}
// return true
//}
);
}