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