From ebc24bd4800208272368a1fdf7acf7576170e73f Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:37:14 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20agregar=20contrato=20050=20(PARTICULAR?= =?UTF-8?q?=20COLEGAS)=20=E2=80=94=20va=20a=20RDA,=20no=20a=20Ventas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contrato 050 agrupa ~30 laboratorios y clĂ­nicas externas (CMXC/LHXC). Debe enviarse a RDA pero no a Ventas. Co-Authored-By: Claude Sonnet 4.6 --- app/routes/contratos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/contratos.py b/app/routes/contratos.py index b9cd515..c07614d 100644 --- a/app/routes/contratos.py +++ b/app/routes/contratos.py @@ -54,6 +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, 1), ]