Commit c256b79c4b458328d5c2d179b700ec9bc3ec04b6
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !151
Showing
1 changed file
Show diff stats
src/app/modules/seleccion-articulos/filtro-categorias/filtro-categorias.component.html
... | ... | @@ -40,7 +40,7 @@ |
40 | 40 | (click)="selectCategoria(i, categoria.id)" |
41 | 41 | id="cat-content" |
42 | 42 | *ngFor="let categoria of categorias; let i = index;" |
43 | - [hidden]="categoria.articulos > 0 | |
43 | + [hidden]="categoria.articulos <= 0 | |
44 | 44 | && validarFecha(categoria.vigencia_desde, categoria.vigencia_hasta)"> |
45 | 45 | <img |
46 | 46 | draggable="false" |