From 23eaa5600118f0df54667ea36422153158db8dd5 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 7 Mar 2024 15:57:00 +0000 Subject: [PATCH] checked ha50 ciga merge --- etl/eligibility/ha_15_32/ha_analysis_batch_3.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etl/eligibility/ha_15_32/ha_analysis_batch_3.py b/etl/eligibility/ha_15_32/ha_analysis_batch_3.py index 7124919e..2feded98 100644 --- a/etl/eligibility/ha_15_32/ha_analysis_batch_3.py +++ b/etl/eligibility/ha_15_32/ha_analysis_batch_3.py @@ -168,6 +168,7 @@ class DataLoader: "HA15": 3, "HA16": 7, "HA24": 12, + "HA50": 4, "HA107": 51, } @@ -429,6 +430,8 @@ class DataLoader: return "CIGA checks" elif "CIGA check" in workbook.sheetnames: return "CIGA check" + elif "CIGA requested" in workbook.sheetnames: + return "CIGA requested" else: return "CIGA"