Commit 5baeb96f4b198e9ace92987e1aac7b52359d199e

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

Master

See merge request !3
src/views/modal-busqueda-productos.html
... ... @@ -24,6 +24,7 @@
24 24 data-spinner-color="#FF0000"
25 25 class="btn btn-outline-secondary"
26 26 type="button"
  27 + title="Buscar"
27 28 ng-click="busquedaPress(13)"
28 29 >
29 30 <i class="fa fa-search" aria-hidden="true"></i>
... ... @@ -66,6 +67,7 @@
66 67 <button
67 68 type="button"
68 69 class="btn btn-xs p-1 float-right"
  70 + title="Seleccionar"
69 71 ng-class="{
70 72 'btn-secondary': selectedProducto != key,
71 73 'btn-primary': selectedProducto == key