Commit 89e33e82308c345ca71c7efde12b03a7bd3ada34

Authored by Marcelo Puebla
1 parent f48898e4ea

Agregada imagen por defecto en articulos sin imagen al hacer un get by di

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/services/articulo/articulo.service.ts
... ... @@ -41,6 +41,7 @@ export class ArticuloService {
41 41 return;
42 42 }
43 43 }
  44 + this.setArticulosSinImagen([articulo]);
44 45 this.carrito.unshift(articulo);
45 46 }
46 47