Merged in releaase/2022-09-02 (pull request #572)

Releaase/2022 09 02
This commit is contained in:
Patrick Fic
2022-09-01 15:54:46 +00:00

View File

@@ -134,16 +134,19 @@ export function PartsOrderModalComponent({
<Checkbox /> <Checkbox />
</Form.Item> </Form.Item>
)} )}
<Form.Item <Form.Item
name="order_type" name="order_type"
initialValue="parts_order" initialValue="parts_order"
label={t("parts_orders.labels.order_type")} label={t("parts_orders.labels.order_type")}
> >
<Radio.Group> <Radio.Group disabled={sendType === "oec"}>
<Radio value={"parts_order"}> <Radio value={"parts_order"}>
{t("parts_orders.labels.parts_order")} {t("parts_orders.labels.parts_order")}
</Radio> </Radio>
<Radio value={"sublet"}>{t("parts_orders.labels.sublet")}</Radio> <Radio value={"sublet"}>
{t("parts_orders.labels.sublet_order")}
</Radio>
</Radio.Group> </Radio.Group>
</Form.Item> </Form.Item>
</LayoutFormRow> </LayoutFormRow>