Commit 4003950df3be348a94f8531ed74380889c57f457
1 parent
43f1bf882e
Exists in
master
and in
1 other branch
Usado detalle largo en descripcion.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/pago/pago.component.html
... | ... | @@ -78,7 +78,7 @@ |
78 | 78 | <div class="row px-2 vh-50 overflow-scroll m-0"> |
79 | 79 | <div class="col-12 p-0 mb-2" *ngFor="let producto of productos"> |
80 | 80 | <p class="h6 m-0 card-text text-left"> |
81 | - <small>{{producto.DetArt}}</small> | |
81 | + <small>{{producto.DET_LAR}}</small> | |
82 | 82 | </p> |
83 | 83 | <div class="row d-flex justify-content-between m-0"> |
84 | 84 | <div class="col p-0"> |