mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Merge pull request #318 from Hestia-Homes/feature/document-viewing-settings
Don't include PAR photopack in MIssing Documents list
This commit is contained in:
commit
273932eb30
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,6 @@ export const EXPECTED_RETROFIT_ASSESSMENT_DOC_TYPES = [
|
|||
"rd_sap_site_note",
|
||||
"pas_2023_ventilation",
|
||||
"pas_2023_condition",
|
||||
"par_photo_pack",
|
||||
"pas_2023_property",
|
||||
"pas_2023_occupancy",
|
||||
] as const;
|
||||
|
|
@ -250,6 +249,7 @@ export const SURVEY_ALL_DOC_TYPES = new Set<string>([
|
|||
"ecmk_rd_sap_site_note",
|
||||
"ecmk_survey_xml",
|
||||
"pas_significance",
|
||||
"par_photo_pack",
|
||||
]);
|
||||
|
||||
// Coordination doc types
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue