Commit 75588c62d81251accb310f70cd3aa4e657f6723d
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !51
Showing
1 changed file
Show diff stats
src/views/remito.html
... | ... | @@ -107,9 +107,17 @@ |
107 | 107 | <button |
108 | 108 | class="btn btn-outline-light" |
109 | 109 | ng-click="quitarArticulo(key)" |
110 | + ng-hide="articulo.editCantidad || articulo.editPrecio" | |
110 | 111 | > |
111 | 112 | <i class="fa fa-trash"></i> |
112 | 113 | </button> |
114 | + <button | |
115 | + class="btn btn-outline-light" | |
116 | + ng-click="editarArticulo(13, articulo)" | |
117 | + ng-show="articulo.editCantidad || articulo.editPrecio" | |
118 | + > | |
119 | + <i class="fa fa-save"></i> | |
120 | + </button> | |
113 | 121 | </td> |
114 | 122 | </tr> |
115 | 123 | </tbody> |