Commit bd6ba94254fcaba51bfcba09e4a6cefcb3d5e857

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !107
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>