facho/fe/form.py(AllowanceChargeReason): nueva clase.

FossilOrigin-Name: 881f04165931e442524f575efcbf25c2b8a03a0e55f1bba757d9fe590fa34c85
This commit is contained in:
2020-10-31 02:29:20 +00:00
parent ee1052ce78
commit b024533934
2 changed files with 15 additions and 0 deletions

View File

@@ -95,3 +95,4 @@ Municipio = CodeList(path_for_codelist('Municipio-2.1.gc'), 'code', 'name')
Departamento = CodeList(path_for_codelist('Departamentos-2.1.gc'), 'code', 'name')
Paises = CodeList(path_for_codelist('Paises-2.1.gc'), 'code', 'name')
TipoIdFiscal = CodeList(path_for_codelist('TipoIdFiscal-2.1.gc'), 'code', 'name')
CodigoDescuento = CodeList(path_for_codelist('CodigoDescuento-2.1.gc'), 'code', 'name')