mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
checked ha50 ciga merge
This commit is contained in:
parent
33b3f51ca4
commit
23eaa56001
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue