Commit 547a305f3f41d143c94eecce7ea55dbc9249df97
Exists in
master
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !102
Showing
1 changed file
Show diff stats
src/views/remito.html
... | ... | @@ -122,7 +122,7 @@ |
122 | 122 | </button> |
123 | 123 | <button |
124 | 124 | class="btn btn-outline-light" |
125 | - ng-click="editarArticulo(13, articulo);" | |
125 | + ng-click="editarArticulo(13, articulo, tmpCantidad, tmpPrecio);" | |
126 | 126 | ng-show="articulo.editCantidad || articulo.editPrecio" |
127 | 127 | > |
128 | 128 | <i class="fa fa-save"></i> |