From 76909d06183c3ce1138198e481e838d1ddf94372 Mon Sep 17 00:00:00 2001 From: Kevin Rosales Date: Thu, 25 Sep 2025 09:36:40 -0600 Subject: [PATCH] Se modifico la aduana --- api/customs/tasks/internal_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/customs/tasks/internal_services.py b/api/customs/tasks/internal_services.py index 0183123..872d91b 100644 --- a/api/customs/tasks/internal_services.py +++ b/api/customs/tasks/internal_services.py @@ -185,7 +185,7 @@ def auditar_pedimento(organizacion_id): pedimento.remesas = xml_data.get('remesas') pedimento.tipo_operacion__id = xml_data.get('tipo_operacion') pedimento.fecha_pago = xml_data.get('fecha_pago') - pedimento.pedimento_app = xml_data.get('fecha_pago')[2:4] + "-" + pedimento.aduana + "-" + pedimento.patente + "-" + pedimento.pedimento + pedimento.pedimento_app = xml_data.get('fecha_pago')[2:4] + "-" + pedimento.aduana[:2] + "-" + pedimento.patente + "-" + pedimento.pedimento pedimento.save() for edoc in xml_data.get('edocuments', []):