Commit dee809ebba239a99f6c7aa625c29797fc202163e
1 parent
c975705d1c
Exists in
master
correccion modal 'responsabilidad ante el iva'
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -209,7 +209,7 @@ angular.module('focaBusquedaCliente') |
209 | 209 | var query = '/iva'; |
210 | 210 | var columnas = { |
211 | 211 | nombre: ['Código', 'Nombre'], |
212 | - propiedad: ['ID', 'NOM',] | |
212 | + propiedad: ['ID', 'NOMBRE',] | |
213 | 213 | }; |
214 | 214 | var titulo = 'Búsqueda de responsabilidad ante el IVA'; |
215 | 215 | focaModalService.modal(columnas, query, titulo, 'md').then( |
src/views/foca-busqueda-cliente-modal.html