From 3859095f1738b2df9f7caad0ae6cedfefb7ee132 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 25 Jul 2026 10:33:33 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20contrato=20050=20tipo=5Fusuario=2011=20?= =?UTF-8?q?=E2=86=92=2012=20(particular)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/routes/contratos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/contratos.py b/app/routes/contratos.py index e32089f..e9448f7 100644 --- a/app/routes/contratos.py +++ b/app/routes/contratos.py @@ -54,7 +54,7 @@ _SEED = [ ("040", "", "11", "MARTHA LILIANA SALGAR GALLEGO", 1, 1, 0), ("041", "", "11", "GENCELL PHARMA S.A.S", 1, 0, 1), ("042", "", "07", "AXA COLPATRIA HYC", 1, 0, 1), - ("050", "", "11", "PARTICULAR COLEGAS", 0, 0, 0), + ("050", "", "12", "PARTICULAR COLEGAS", 0, 0, 0), ]