Commit 9750bfa8203de036c8619e3cce1df4366d98de16
1 parent
ed49e71672
Exists in
develop
uppercase en el titulo de los productos
Showing
1 changed file
with
1 additions
and
1 deletions
 
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
| ... | ... | @@ -102,7 +102,7 @@ | 
| 102 | 102 | <p | 
| 103 | 103 | [ngClass]="{'text-primary': articulo.PRO, 'text-secondary': !articulo.PRO}" | 
| 104 | 104 | class="col-12 px-1 h6 h-auto text-center min-h-60"> | 
| 105 | - {{articulo.DetArt}} | |
| 105 | + {{articulo.DetArt | uppercase }} | |
| 106 | 106 | </p> | 
| 107 | 107 | <p class="col-12 px-1 h-auto text-center line-height-sm min-h-50"> | 
| 108 | 108 | <small>{{articulo.DET_LAR}}</small> |