Commit b9afdd7cddd401683b084ff249fe2cb3b389ed20

Authored by Marcelo Puebla
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !96
src/app/components/inicio/inicio.component.ts
... ... @@ -94,13 +94,6 @@ export class InicioComponent implements OnInit, AfterViewInit {
94 94  
95 95 let producto = this.promoAcargar ? this.promoAcargar : this.productoAcargar;
96 96  
97   - if (producto.productos) {
98   -
99   - producto.productos = producto.productos.filter(producto => {
100   - return producto.idSinonimo > 0;
101   - });
102   - }
103   -
104 97 producto.cantidad = producto.cantidad ? producto.cantidad : 1;
105 98  
106 99 this.productoService.setProductos(producto);