Commit 039ca2889b7ea7bf63197f1b0e3d3de6974e343d
1 parent
672dac20d8
Exists in
develop
Fix
Ocultar sinonimo sin stock
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/app/shared/sinonimo/sinonimo.component.html
... | ... | @@ -16,7 +16,8 @@ |
16 | 16 | <div class="lista-sinonimos scroll-y-visible"> |
17 | 17 | <div |
18 | 18 | class="row mx-0 mb-2 fade-in-left" |
19 | - *ngFor="let articulo of sinonimos[currentIndex].productos"> | |
19 | + *ngFor="let articulo of sinonimos[currentIndex].productos" | |
20 | + [hidden]="articulo.ExiVta <= 0"> | |
20 | 21 | <div class="col-8 p-0 my-auto h6 text-right"> |
21 | 22 | <p class="m-0 font-weight-normal"> |
22 | 23 | {{articulo.MKT_DESC ? articulo.MKT_DESC.toUpperCase() : articulo.DetArt.toUpperCase()}} |