Commit 8bae28733d49e5f798349e6258124d47c9b5b8b2

Authored by Eric Fernandez
1 parent 4062317f9f
Exists in master and in 1 other branch validar_pve

categoria por defecto 0

src/app/components/busqueda-productos/busqueda-productos.component.ts
... ... @@ -48,7 +48,7 @@ export class BusquedaProductosComponent implements OnInit {
48 48 return categoria.ES_PEDIDO;
49 49 });
50 50  
51   - this.categoriaActive = this.categorias[0].id;
  51 + this.categoriaActive = 0;
52 52  
53 53 break;
54 54 default: