Fix - Issue #45

This commit is contained in:
El Mau 2022-01-27 13:10:16 -06:00
parent 34df8882b3
commit 39b9af125c
5 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
v 1.45.5 [27-Ene-2022]
----------------------
- Mejora: Issue #45
v 1.45.4 [25-Ene-2022]
----------------------
- Error: Al timbrar carta porte.

View File

@ -1,2 +1,2 @@
1.45.4
1.45.5

View File

@ -42,7 +42,7 @@ except ImportError:
DEBUG = DEBUG
VERSION = '1.45.4'
VERSION = '1.45.5'
EMAIL_SUPPORT = ('soporte@empresalibre.mx',)
TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)

View File

@ -147,7 +147,7 @@ var grid_cfdi_pay_cols = [
{id: 'cliente', header: ['Razón Social'], fillspace: true},
{id: 'xml', header: 'XML', adjust: 'data', template: get_icon('xml')},
{id: 'pdf', header: 'PDF', adjust: 'data', template: get_icon('pdf')},
{id: 'email', header: '', adjust: 'data', template: get_icon('email')}
{id: 'email', header: '@', adjust: 'data', template: get_icon('email')}
]
@ -290,7 +290,7 @@ var grid_bank_invoice_pay_cols = [
{id: 'pdf', header: 'PDF', adjust: 'data', template: get_icon('pdf')},
//~ {id: 'ods', header: 'ODS', adjust: 'data', template: get_icon('table')},
//~ {id: 'zip', header: 'ZIP', adjust: 'data', template: get_icon('zip')},
{id: 'email', header: '', adjust: 'data', template: get_icon('email')}
{id: 'email', header: '@', adjust: 'data', template: get_icon('email')}
]

View File

@ -1,5 +1,5 @@
//~ Empresa Libre
//~ Copyright (C) 2016-2018 Mauricio Baeza Servin (web@correolibre.net)
//~ Copyright (C) 2016-2018 Mauricio Baeza Servin (publico@cuates.net)
//~
//~ This program is free software: you can redistribute it and/or modify
//~ it under the terms of the GNU General Public License as published by
@ -679,7 +679,7 @@ var grid_preinvoices_cols = [
{id: "cliente", header: ["Razón Social", {content: "selectFilter"}],
fillspace:true, sort:"string"},
{id: 'pdf', header: 'PDF', adjust: 'data', template: get_icon('pdf')},
{id: 'email', header: '', adjust: 'data', template: get_icon('email')}
{id: 'email', header: '@', adjust: 'data', template: get_icon('email')}
]