fix: separar routing CMXC (Ventas) vs LHXC (RDA) por prefijo en SQL

- _SQL_PACIENTES y _SQL_RDA: excluyen PREFIJO = 'CMXC'
- _SQL_VENTAS: solo trae PREFIJO = 'CMXC'
- Contrato 050: excluir_ventas=0 para permitir CMXC+050 en Ventas

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-25 08:48:42 -05:00
co-authored by Claude Sonnet 4.6
parent ebc24bd480
commit f0c4436622
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -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, 1),
("050", "", "11", "PARTICULAR COLEGAS", 0, 0, 0),
]