Ajuste en pie de lista de facturas

This commit is contained in:
Mauricio Baeza 2018-06-03 22:39:37 -05:00
parent cf5517d1ab
commit 43d4032b98
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ var grid_invoices_cols = [
width: 150, sort: 'int', format: webix.i18n.priceFormat, css: 'right',
footer: {content: 'summTimbrada', css: 'right'}},
{id: 'cliente', header: ['Razón Social', {content: 'selectFilter'}],
fillspace: true, sort: 'string', footer: '$ 0.00'},
fillspace: true, sort: 'string', footer: {text: '$ 0.00', colspan: 2}},
{id: 'xml', header: 'XML', adjust: 'data', template: get_icon('xml')},
{id: 'pdf', header: 'PDF', adjust: 'data', template: get_icon('pdf')},
{id: 'ods', header: 'ODS', adjust: 'data', template: get_icon('table')},