Commit 707c6402a634f69748b400fc978ab2c6b2708741
1 parent
1e18bec360
Exists in
master
and in
1 other branch
propiedades correctas
Showing
1 changed file
with
3 additions
and
3 deletions
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -371,7 +371,7 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', | 
| 371 | 371 | columnas: [ | 
| 372 | 372 | { | 
| 373 | 373 | nombre: 'Código', | 
| 374 | - propiedad: 'COD', | |
| 374 | + propiedad: 'cod', | |
| 375 | 375 | filtro: { | 
| 376 | 376 | nombre: 'rellenarDigitos', | 
| 377 | 377 | parametro: 5 | 
| ... | ... | @@ -379,11 +379,11 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', | 
| 379 | 379 | }, | 
| 380 | 380 | { | 
| 381 | 381 | nombre: 'Nombre', | 
| 382 | - propiedad: 'NOM' | |
| 382 | + propiedad: 'nom' | |
| 383 | 383 | }, | 
| 384 | 384 | { | 
| 385 | 385 | nombre: 'CUIT', | 
| 386 | - propiedad: 'CUIT' | |
| 386 | + propiedad: 'cuit' | |
| 387 | 387 | } | 
| 388 | 388 | ], | 
| 389 | 389 | tipo: 'POST', |