Commit 0bb9a79d29e16fdfe64bd4d3dcf7930698e41f28

Authored by Jose Pinto
1 parent 2fd90bf29e
Exists in master

ok modal cobrador

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/js/controller.js
... ... @@ -566,14 +566,14 @@ angular.module('focaCrearCobranza') .controller('cobranzaController',
566 566 query: '/cobrador',
567 567 columnas: [
568 568 {
569   - propiedad: 'CodVen',
  569 + propiedad: 'NUM',
570 570 nombre: 'Codigo',
571 571 filtro: {
572 572 nombre: 'rellenarDigitos',
573 573 parametro: 3}
574 574 },
575 575 {
576   - propiedad: 'NomVen',
  576 + propiedad: 'NOM',
577 577 nombre: 'Nombre'
578 578 }
579 579 ],