Remove OEC from return modal.

This commit is contained in:
Patrick Fic
2022-02-09 16:00:07 -08:00
parent 22dfcc215e
commit 4c70351429

View File

@@ -240,7 +240,7 @@ export function PartsOrderModalComponent({
<Radio value={"none"}>{t("general.labels.none")}</Radio>
<Radio value={"e"}>{t("parts_orders.labels.email")}</Radio>
<Radio value={"p"}>{t("parts_orders.labels.print")}</Radio>
{OEConnection.treatment === "on" && (
{OEConnection.treatment === "on" && isReturn === false && (
<Radio value={"oec"}>{t("parts_orders.labels.oec")}</Radio>
)}
</Radio.Group>