Commit a8811cc9427587198f355e80a9b678d954f9c679
1 parent
c256b79c4b
Exists in
develop
correccion en vigencia de categorias
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | id="cat-content" |
42 | 42 | *ngFor="let categoria of categorias; let i = index;" |
43 | 43 | [hidden]="categoria.articulos <= 0 |
44 | - && validarFecha(categoria.vigencia_desde, categoria.vigencia_hasta)"> | |
44 | + || validarFecha(categoria.vigencia_desde, categoria.vigencia_hasta)"> | |
45 | 45 | <img |
46 | 46 | draggable="false" |
47 | 47 | ondragstart="return false;" |