Commit 1595477fd5b1670be76c7db1e89148af818edda9

Authored by Eric Fernandez
1 parent fe181d0ef5
Exists in master

agrego el código a la lista entregada

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
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 "