Commit e0c3fdcf61bfc06c1abd423e4098ffe28b16d514
1 parent
47ae605e1b
Exists in
develop
Agregado precio
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
src/app/modules/carrito/carrito.component.html
| ... | ... | @@ -95,7 +95,9 @@ |
| 95 | 95 | <!-- PRECIO --> |
| 96 | 96 | <div class="col-3 border-right border-primary"> |
| 97 | 97 | <p><small>PRECIO</small></p> |
| 98 | - <div class="py-1 mt-2 badge-pill bg-dark text-white"><p><small>{{articulo.PreVen | currency}}</small></p></div> | |
| 98 | + <div class="py-1 mt-2 badge-pill bg-dark text-white"> | |
| 99 | + <p><small>{{articulo.PreVen | currency}}</small></p> | |
| 100 | + </div> | |
| 99 | 101 | </div> |
| 100 | 102 | <!-- ELIMINAR --> |
| 101 | 103 | <div class="col-3 align-self-center"> |