Commit 8aad351866c0ac13bceecd170aaf3b9a23a5ca43
1 parent
3c9f322069
Exists in
master
and in
1 other branch
Arreglo de escaciado.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/remito.html
| ... | ... | @@ -71,8 +71,8 @@ |
| 71 | 71 | ng-keypress="editarArticulo($event.keyCode, articulo, tmpCantidad, tmpPrecio);" |
| 72 | 72 | esc-key="cancelarEditar(articulo)" |
| 73 | 73 | ng-focus="selectFocus($event); |
| 74 | - tmpCantidad = articulo.cantidad; | |
| 75 | - tmpPrecio = articulo.precio" | |
| 74 | + tmpCantidad = articulo.cantidad; | |
| 75 | + tmpPrecio = articulo.precio" | |
| 76 | 76 | teclado-virtual |
| 77 | 77 | > |
| 78 | 78 | <i |