Commit 4c1153c8 authored by Arun Kumar's avatar Arun Kumar
Browse files

Inspection Delayed status text changed

parent ba0ea370
1 merge request!28updateInspectionScheduleStatus to delayed
Showing with 3 additions and 3 deletions
+3 -3
......@@ -144,14 +144,14 @@ const updateInspectionScheduleStatus = async() => {
// update Assessor Status in form_submission to Delayed
await updateStatus(
{ form_id: item.Applicant_form.form_id,
form_status: "Delayed",
remarks: "Delayed because the inspection was not undertaken on the scheduled date",
form_status: "Inspection Delayed",
remarks: "Inspection Delayed because the inspection was not undertaken on the scheduled date",
updated_at: new Date().toLocaleString()
}
)
await updateAssessmentStatus({
form_id: item.Applicant_form.form_id,
form_status: "Delayed"
form_status: "Inspection Delayed"
});
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment