From e220a7585e09e7546f8cf5a6d264bb44228f82f9 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Wed, 14 Feb 2024 15:38:05 -0300 Subject: [PATCH] fix(cte): Add default value for missing codes in SII CTE Form 29 - Added codes `100` and `103` to file used by schema validator :func:`cte_f29_datos_schema_best_effort_validator`, since this code is currently missing in the `tipos` and `glosa` sections of the F29 file. Ref: https://app.shortcut.com/cordada/story/4579/ Ref: [FD-CL-DATA-230](https://fynpal-com.sentry.io/issues/4907498672/) --- src/cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json b/src/cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json index 48eb5a69..b1283e6e 100644 --- a/src/cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json +++ b/src/cl_sii/data/cte/f29_datos_obj_missing_key_fixes.json @@ -2,13 +2,17 @@ "glosa": { "049": "(Desconocido)", "098": "(Desconocido)", + "100": "(Desconocido)", + "103": "(Desconocido)", "156": "BASE IMPTO.A74,T.V.", "157": "RET..ART74,T.VAR", "8020": "(Desconocido)" }, "tipos": { "049": "M", - "098": "M", + "098": "M", + "100": "M", + "103": "M", "156": "M", "157": "M", "8020": "M"