IO-1542 Automatically set next contact date on intake.

This commit is contained in:
Patrick Fic
2021-12-28 09:42:23 -08:00
parent 4a46bdb9e8
commit 5ef1530d37
6 changed files with 41 additions and 1 deletions

View File

@@ -180,6 +180,12 @@ export default function ShopInfoIntakeChecklistComponent({ form }) {
))}
</Select>
</Form.Item>
<Form.Item
name={["intakechecklist", "next_contact_hours"]}
label={t("bodyshop.fields.intake.next_contact_hours")}
>
<InputNumber min={0} precision={0} />
</Form.Item>
</SelectorDiv>
<LayoutFormRow header={t("bodyshop.labels.deliverchecklist")}>