diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index f5995934e..27e4063e0 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -22303,6 +22303,27 @@ + + referral_source_other + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + referralsource false diff --git a/client/src/components/jobs-convert-button/jobs-convert-button.component.jsx b/client/src/components/jobs-convert-button/jobs-convert-button.component.jsx index 2c42c7b58..b2c2b42e1 100644 --- a/client/src/components/jobs-convert-button/jobs-convert-button.component.jsx +++ b/client/src/components/jobs-convert-button/jobs-convert-button.component.jsx @@ -2,6 +2,7 @@ import { useMutation } from "@apollo/client"; import { Button, Form, + Input, notification, Popover, Select, @@ -112,24 +113,32 @@ export function JobsConvertButton({ )} {bodyshop.enforce_referral && ( - - - + <> + + + + + + + )} + + + + + +