diff --git a/CHANGELOG.md b/CHANGELOG.md index 7059555..db10f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/VERSION b/VERSION index bdcb000..5378813 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.45.4 +1.45.5 diff --git a/source/app/settings.py b/source/app/settings.py index 8765bc4..d0eb18f 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -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) diff --git a/source/static/js/ui/bancos.js b/source/static/js/ui/bancos.js index db26ab4..35a7491 100644 --- a/source/static/js/ui/bancos.js +++ b/source/static/js/ui/bancos.js @@ -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')} ] diff --git a/source/static/js/ui/invoices.js b/source/static/js/ui/invoices.js index 7014d5d..e4b2289 100644 --- a/source/static/js/ui/invoices.js +++ b/source/static/js/ui/invoices.js @@ -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')} ]