diff --git a/src/app/shared/sinonimo/sinonimo.component.html b/src/app/shared/sinonimo/sinonimo.component.html index 0981e18..c57c76e 100644 --- a/src/app/shared/sinonimo/sinonimo.component.html +++ b/src/app/shared/sinonimo/sinonimo.component.html @@ -16,7 +16,8 @@
+ *ngFor="let articulo of sinonimos[currentIndex].productos" + [hidden]="articulo.ExiVta <= 0">

{{articulo.MKT_DESC ? articulo.MKT_DESC.toUpperCase() : articulo.DetArt.toUpperCase()}}