Commit ca33d2d2f4a89944557a34f19797f9c07aaa65ed
1 parent
d1640d9de7
Exists in
master
and in
1 other branch
Arreglo al editar articulo.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/nota-pedido.html
... | ... | @@ -121,7 +121,7 @@ |
121 | 121 | <button |
122 | 122 | ng-show="articulo.editCantidad || articulo.editPrecio" |
123 | 123 | class="btn btn-outline-light" |
124 | - ng-click="editarArticulo(13, articulo)" | |
124 | + ng-click="editarArticulo(13, articulo, tmpCantidad, tmpPrecio)" | |
125 | 125 | > |
126 | 126 | <i class="fa fa-save"></i> |
127 | 127 | </button> |
... | ... | @@ -286,7 +286,7 @@ |
286 | 286 | min="1" |
287 | 287 | step="0.001" |
288 | 288 | foca-focus="articulo.editCantidad" |
289 | - ng-keypress="editarArticulo($event.keyCode, articulo)" | |
289 | + ng-keypress="editarArticulo($event.keyCode, articulo, tmpCantidad, tmpPrecio)" | |
290 | 290 | ng-focus="selectFocus($event)" |
291 | 291 | > |
292 | 292 | </div> |