From f760d453aa085ddf0b5fa83dede7a4440c3c9b30 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:57:23 -0500 Subject: [PATCH] fix: contratos 013 y 014 no estaban en la lista de excluidos del usuario Co-Authored-By: Claude Sonnet 4.6 --- app/routes/contratos.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/contratos.py b/app/routes/contratos.py index f53bc64..60423b3 100644 --- a/app/routes/contratos.py +++ b/app/routes/contratos.py @@ -25,8 +25,8 @@ _SEED = [ ("20062026", "800182856", "01", "SUBSIDIADO", 0), ("CW225489", "899999068", "07", "POLIZA / SEGURO", 0), # Contratos excluidos del envĂ­o TNS - ("013", "", "11", "MEDILAVORO S.A.S", 1), - ("014", "", "11", "LABORATORIO UROCLINICO",1), + ("013", "", "11", "MEDILAVORO S.A.S", 0), + ("014", "", "11", "LABORATORIO UROCLINICO",0), ("015", "", "11", "ANDRES AFANADOR VILLAMIZAR", 1), ("016", "", "11", "OMAR FERNANDO RIBERO GOMEZ", 1), ("017", "", "11", "CLAUDIA BELEN JULIO SEPULVEDA", 1),