From 039ca2889b7ea7bf63197f1b0e3d3de6974e343d Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Fri, 21 Feb 2020 16:50:07 -0300 Subject: [PATCH] Fix Ocultar sinonimo sin stock --- src/app/shared/sinonimo/sinonimo.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()}} -- 1.9.1