IO-1209 Part type not saving.

This commit is contained in:
Patrick Fic
2021-06-16 13:27:10 -07:00
parent ba8c8bc976
commit 1575d5e3e7
2 changed files with 2 additions and 2 deletions

View File

@@ -937,7 +937,7 @@ export default function ShopInfoGeneral({ form }) {
<Select.Option value="PAS">
{t("joblines.fields.part_types.PAS")}
</Select.Option>
</Select>{" "}
</Select>
</Form.Item>
<Form.Item
label={t("joblines.fields.oem_partno")}

View File

@@ -135,7 +135,7 @@ export function JobsCloseComponent({ job, bodyshop, jobRO }) {
}
/>
<Space wrap direction="vertical">
<Space wrap direction="vertical" style={{ width: "100%" }}>
<FormsFieldChanged form={form} />
{!job.actual_in && job.scheduled_in && (
<Alert