diff --git a/source/static/js/ui/admin.js b/source/static/js/ui/admin.js index 127c69d..d178033 100644 --- a/source/static/js/ui/admin.js +++ b/source/static/js/ui/admin.js @@ -594,8 +594,20 @@ var type_make_pdf = [ ] +var opt_templates_cfdi = [ + {id: 'template_3.3_cp_2.0', value: 'CFDI v3.3 - Carta Porte 2.0'}, +] + + var options_templates = [ - {maxHeight: 15}, + {maxHeight: 25}, + {cols: [{maxWidth: 20}, + {view: 'richselect', id: 'lst_templates_cfdi', label: 'Plantillas CFDI: ', labelWidth: 100, options: opt_templates_cfdi}, + {maxWidth: 10}, + {view: 'button', id: 'cmd_template_upload', type: 'iconButton', icon: 'file', width: 35}, + {}, + {maxWidth: 20} ]}, + {maxHeight: 25}, {cols: [{maxWidth: 20}, {view: 'search', id: 'txt_plantilla_factura_32', name: 'plantilla_factura_32', label: 'Plantilla Factura v3.2 (ODS): ', labelPosition: 'top',