mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +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,
|
"HA15": 3,
|
||||||
"HA16": 7,
|
"HA16": 7,
|
||||||
"HA24": 12,
|
"HA24": 12,
|
||||||
|
"HA50": 4,
|
||||||
"HA107": 51,
|
"HA107": 51,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -429,6 +430,8 @@ class DataLoader:
|
||||||
return "CIGA checks"
|
return "CIGA checks"
|
||||||
elif "CIGA check" in workbook.sheetnames:
|
elif "CIGA check" in workbook.sheetnames:
|
||||||
return "CIGA check"
|
return "CIGA check"
|
||||||
|
elif "CIGA requested" in workbook.sheetnames:
|
||||||
|
return "CIGA requested"
|
||||||
else:
|
else:
|
||||||
return "CIGA"
|
return "CIGA"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue