Commit 3e9c0c2a3f53d22de2d6e47fbb0a1efc7a9bc073

Authored by Marcelo Puebla
1 parent 1a8c5bd64c
Exists in master and in 1 other branch validar_pve

usada descripcion larga.

src/app/components/amb-imagenes/amb-imagenes.component.html
... ... @@ -32,7 +32,7 @@
32 32 </thead>
33 33 <tbody>
34 34 <tr *ngFor="let articulo of auxProductos">
35   - <td>{{articulo.DetArt}}</td>
  35 + <td>{{articulo.DET_LAR}}</td>
36 36 <td>{{articulo.DET_LAR}}</td>
37 37 <td>
38 38 <img *ngIf="articulo.imagenes.length" src="{{apiUrl}}/imagenes/{{articulo.imagenes[0].imagen}}">