IO-1424 Add other referral source

This commit is contained in:
Patrick Fic
2021-10-04 11:43:33 -07:00
parent 96f292f61c
commit 4995e44e06
14 changed files with 80 additions and 18 deletions

View File

@@ -114,6 +114,12 @@ export function JobsDetailGeneral({ bodyshop, jobRO, job, form }) {
))}
</Select>
</Form.Item>
<Form.Item
label={t("jobs.fields.referral_source_other")}
name="referral_source_other"
>
<Input />
</Form.Item>
<Form.Item label={t("jobs.fields.alt_transport")} name="alt_transport">
<Select disabled={jobRO} allowClear>
{bodyshop.appt_alt_transport.map((s) => (