summaryrefslogtreecommitdiff
path: root/config/vendorInvestigationsColumnsConfig.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config/vendorInvestigationsColumnsConfig.ts')
-rw-r--r--config/vendorInvestigationsColumnsConfig.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts
index 44a0cf09..1fab1de6 100644
--- a/config/vendorInvestigationsColumnsConfig.ts
+++ b/config/vendorInvestigationsColumnsConfig.ts
@@ -8,7 +8,7 @@ export type VendorInvestigationsViewRaw = {
pqSubmissionId: number | null
requesterId: number | null
qmManagerId: number | null
- investigationStatus: "PLANNED" | "IN_PROGRESS" | "COMPLETED" | "CANCELED" | "SUPPLEMENT_REQUIRED" | "RESULT_SENT"
+ investigationStatus: "PLANNED" | "QM_REVIEW_CONFIRMED" | "IN_PROGRESS" | "COMPLETED" | "CANCELED" | "SUPPLEMENT_REQUIRED" | "RESULT_SENT"
investigationAddress: string | null
investigationMethod: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" | null
scheduledStartAt: Date | null