checked ha50 ciga merge

This commit is contained in:
Khalim Conn-Kowlessar 2024-03-07 15:57:00 +00:00
parent 33b3f51ca4
commit 23eaa56001

View file

@ -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"