This commit is contained in:
Naiel
2025-09-11 12:26:34 +02:00
committed by GitHub
parent 2e070ea7fd
commit 4719c346f5

View File

@@ -191,7 +191,11 @@ PAGES.materiales = {
config,
gun.get(TABLE).get("materiales"),
document.getElementById("tableContainer"),
undefined,
function(data, new_tr) {
if (data.Cantidad <= data.Cantidad_Minima) {
new_tr.style.background = "lightcoral"
}
},
function(data) {
if (data.Ubicacion == filtroUbicacion) {return false}
if (filtroUbicacion == "") {return false}