Commit dee809ebba239a99f6c7aa625c29797fc202163e

Authored by Jose Pinto
1 parent c975705d1c
Exists in master

correccion modal 'responsabilidad ante el iva'

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
... ... @@ -324,6 +324,7 @@
324 324 <input
325 325 type="text"
326 326 class="form-control form-control-sm"
  327 + placeholder="Ingrese responsabilidad ante el IVA"
327 328 ng-model="cliente.iva.NOMBRE"
328 329 ng-keypress="seleccionarIva($event.keyCode)"
329 330 ng-required="true"