Commit 0e09281940b39661891f044a35a0cccfb9f1f851

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master

See merge request modulos-npm/foca-abm-precios-condiciones!3
src/views/foca-abm-precios-condiciones-item.html
... ... @@ -10,6 +10,7 @@
10 10 name="codigo"
11 11 ng-model="precioCondicion.codigo"
12 12 autocomplete="off"
  13 + teclado-virtual
13 14 />
14 15 </div>
15 16 </div>
... ... @@ -22,6 +23,7 @@
22 23 name="nombre"
23 24 ng-model="precioCondicion.nombre"
24 25 autocomplete="off"
  26 + teclado-virtual
25 27 />
26 28 </div>
27 29 </div>
... ... @@ -34,6 +36,7 @@
34 36 name="nombre"
35 37 ng-model="precioCondicion.descripcion"
36 38 autocomplete="off"
  39 + teclado-virtual
37 40 />
38 41 </div>
39 42 </div>