Change label in certificates

This commit is contained in:
Mauricio Baeza 2021-10-23 21:14:15 -05:00
parent 75788474ba
commit b02b2b0e63
2 changed files with 10 additions and 4 deletions

View File

@ -1,11 +1,17 @@
v 1.43.0 [00-Jul-2021] v 1.43.0 [00-Oct-2021]
---------------------- ----------------------
- Soporte para entradas de almacen - Soporte para entradas de almacen
- Soporte para m almacen - Soporte para multi almacen
* IMPORTANTE: * IMPORTANTE:
Es necesario hacer una migració. Instalar nuevo requerimiento:
```
pip install segno
```
Es necesario hacer una migración:
``` ```
git pull origin master git pull origin master

View File

@ -287,7 +287,7 @@ var emisor_certificado = [
{view: 'form', id: 'form_upload', rows: [ {view: 'form', id: 'form_upload', rows: [
{cols: [{}, {cols: [{},
{view: 'uploader', id: 'up_cert', autosend: false, link: 'lst_cert', {view: 'uploader', id: 'up_cert', autosend: false, link: 'lst_cert',
value: 'Seleccionar certificado'}, {}]}, value: 'Seleccionar certificado (CER y KEY)'}, {}]},
{cols: [{}, {cols: [{},
{view: 'list', id: 'lst_cert', name: 'certificado', {view: 'list', id: 'lst_cert', name: 'certificado',
type: 'uploader', autoheight:true, borderless: true}, {}]}, type: 'uploader', autoheight:true, borderless: true}, {}]},