From 5ce3f9925a0a1779aa4ece5d643583fc0da34855 Mon Sep 17 00:00:00 2001 From: Felipe Pinto Date: Fri, 10 Mar 2023 11:46:25 -0300 Subject: [PATCH] fix(data.cte): Add missing codes to files used by schema validator Add codes `156` and `157` to file used by schema validator :func:`cte_f29_datos_schema_best_effort_validator`, since these codes are currently missing in the `tipos` section of the F29 file. Ref: https://cordada.aha.io/requirements/COMPCLDATA-215-1 Ref: https://cordada.aha.io/features/COMPCLDATA-215 --- cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json b/cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json index 41fd122d..319ffedd 100644 --- a/cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json +++ b/cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json @@ -1,8 +1,12 @@ { "glosa": { - "049": "(Desconocido)" + "049": "(Desconocido)", + "156": "BASE IMPTO.A74,T.V.", + "157": "RET..ART74,T.VAR" }, "tipos": { - "049": "M" + "049": "M", + "156": "M", + "157": "M" } }