Commit edb0848d9eceb32b5047107ec59a87bd89fc2e28
1 parent
e6fb13f4c8
Exists in
master
Arreglo de ng-show puesto dos veces.
Showing
1 changed file
with
2 additions
and
2 deletions
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> |