Commit 743cf3dc43571b1b4f8c2b8bbb2658368e64fcb7

Authored by Pablo Marco del Pont
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request modulos-npm/foca-busqueda-cliente!7
... ... @@ -2,3 +2,4 @@
2 2 /dist
3 3 /tmp
4 4 package-lock\.json
  5 +/src/etc/develop.js
... ... @@ -11,7 +11,7 @@
11 11 },
12 12 "repository": {
13 13 "type": "git",
14   - "url": "https://192.168.0.11/modulos-npm/foca-busqueda-cliente.git"
  14 + "url": "https://debo.suite.repo/modulos-npm/foca-busqueda-cliente.git"
15 15 },
16 16 "author": "Foca Software",
17 17 "license": "ISC",
src/etc/develop.js
... ... @@ -1,4 +0,0 @@
1   -angular.module('focaBusquedaCliente')
2   - .constant("API_ENDPOINT", {
3   - 'URL': '//192.168.0.23:9900'
4   - });
src/views/foca-busqueda-cliente-modal.html
... ... @@ -11,7 +11,7 @@
11 11 ng-model="cliente"
12 12 placeholder="Nombre o CUIT"
13 13 uib-typeahead="
14   - cliente.nom + ' (' + cliente.cuit + ')'
  14 + cliente.cod + ' ' + cliente.nom + ' (' + cliente.cuit + ')'
15 15 for cliente
16 16 in obtenerClientesPorNombreOCuit($viewValue)
17 17 "