IO-1209 Part type not saving.
This commit is contained in:
@@ -937,7 +937,7 @@ export default function ShopInfoGeneral({ form }) {
|
|||||||
<Select.Option value="PAS">
|
<Select.Option value="PAS">
|
||||||
{t("joblines.fields.part_types.PAS")}
|
{t("joblines.fields.part_types.PAS")}
|
||||||
</Select.Option>
|
</Select.Option>
|
||||||
</Select>{" "}
|
</Select>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label={t("joblines.fields.oem_partno")}
|
label={t("joblines.fields.oem_partno")}
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ export function JobsCloseComponent({ job, bodyshop, jobRO }) {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Space wrap direction="vertical">
|
<Space wrap direction="vertical" style={{ width: "100%" }}>
|
||||||
<FormsFieldChanged form={form} />
|
<FormsFieldChanged form={form} />
|
||||||
{!job.actual_in && job.scheduled_in && (
|
{!job.actual_in && job.scheduled_in && (
|
||||||
<Alert
|
<Alert
|
||||||
|
|||||||
Reference in New Issue
Block a user