IO-70 Add OEC Through Partner Call.

This commit is contained in:
Patrick Fic
2021-11-23 00:30:11 -08:00
parent 65402c1420
commit bfcc03850b
7 changed files with 246 additions and 19 deletions

View File

@@ -164,6 +164,7 @@ export default 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>
<Radio value={"oec"}>{t("parts_orders.labels.oec")}</Radio>
</Radio.Group>
</div>
);