Commit 309ee383f922f8a2594611e9b184ddd37777f7ff

Authored by Luigi
1 parent 5e3bdc6cf9
Exists in master and in 1 other branch develop

Filtro de busqueda

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -232,6 +232,7 @@ angular.module('focaBusquedaCliente')
232 232 if (key === 13) {
233 233 var parametrosModal = {
234 234 query: '/iva',
  235 + searchText: $scope.cliente.iva.NOMBRE,
235 236 columnas: [
236 237 {
237 238 propiedad: 'ID',