Fix - Admin bancos

This commit is contained in:
Mauricio Baeza 2017-12-29 04:21:25 -06:00
parent e1a683ae23
commit 8032c867c0
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ var grid_admin_monedas_cols = [
var grid_admin_bancos_cols = [
{id: 'id', header: 'ID', hidden: true},
{id: 'key', header: 'Clave', footer: {content: 'rowCount', css: 'right'}},
{id: 'key', header: 'Clave', footer: {content: 'countRows', css: 'right'}},
{id: 'name', header: 'Nombre', adjust: 'data', footer: 'Bancos'},
{id: 'activo', header: 'Activo', template: '{common.checkbox()}',
editor: 'checkbox'},