slider de mapa

parent c695df93
......@@ -568,7 +568,7 @@
let index = lista_productos.indexOf(number);
index--;
if (index <= lista_productos.length)
index = lista_productos.length-1;
index = 0;
console.log(lista_productos[index]);
window.location.replace("../reports/"+lista_productos[index]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment