Commit e1717de7791f010c95001df3a558559bffc5d5ab
1 parent
b3272ce018
Exists in
master
and in
1 other branch
agrego boton guardar al editar un articulo
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
src/views/nota-pedido.html
... | ... | @@ -173,6 +173,13 @@ |
173 | 173 | </td> |
174 | 174 | <td class="text-center"> |
175 | 175 | <button |
176 | + ng-show="articulo.editCantidad || articulo.editPrecio" | |
177 | + class="btn btn-outline-secondary" | |
178 | + ng-click="editarArticulo(13, articulo)" | |
179 | + > | |
180 | + <i class="fa fa-save"></i> | |
181 | + </button> | |
182 | + <button | |
176 | 183 | class="btn btn-outline-secondary" |
177 | 184 | ng-click="quitarArticulo(key)" |
178 | 185 | > |