Commit 561fbf13a32ad15edc91cd8668863d475b98bf64

Authored by Pablo Marco del Pont
Exists in master

Merge branch 'master' into 'master'

edit solo cuando ingresa manual

See merge request modulos-npm/foca-crear-nota-pedido!42
src/views/nota-pedido.html
... ... @@ -158,7 +158,7 @@
158 158 >
159 159 <i
160 160 class="selectable"
161   - ng-click="cambioEdit(articulo, 'precio')"
  161 + ng-click="idLista == -1 && cambioEdit(articulo, 'precio')"
162 162 ng-hide="articulo.editPrecio"
163 163 ng-bind="articulo.precio">
164 164 </i>