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),