Commit 144490ed54b7c68ec09702ff88a7c45dd1111be2

Authored by Marcelo Puebla
1 parent f35dd78d46
Exists in develop

Fix

Al elegir una promo del banner
src/app/shared/header-publicidad/header-publicidad.component.ts
... ... @@ -118,6 +118,7 @@ export class HeaderPublicidadComponent implements OnInit {
118 118 });
119 119 this.modalSinonimo.content.onClose
120 120 .subscribe((res: any) => {
  121 + this.modalSinonimo = null;
121 122 for (const a of articulo.productos) {
122 123 for (const aRes of res.articulos) {
123 124 if (a.idSinonimo === aRes.ID_SIN) {