Commit e62657fc2f199ca1ae2a1aacbf7aa0163c879074

Authored by Jose Pinto
1 parent e5c0936741
Exists in master

editar precio al cargar articulo

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/views/remito.html
... ... @@ -148,9 +148,9 @@
148 148 <td class="col text-right">
149 149 <input
150 150 class="form-control"
151   - ng-value="articuloACargar.precio | number: 4"
  151 + ng-model="articuloACargar.precio"
152 152 ng-show="idLista != -1"
153   - readonly
  153 + ng-keypress="agregarATabla($event.keyCode)"
154 154 >
155 155 <input
156 156 class="form-control"