diff --git a/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js b/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js index 6236ba0c..a87db35a 100644 --- a/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js +++ b/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js @@ -54,14 +54,23 @@ let RepLPAQuestionnaireCheck_enforcement = (props) => { - {repFormData.representationOnBehalfOf == "Yes" && ( + + {(repFormData.procedureType == "Hearing" || + repFormData.procedureType == "Inquiry") && (
- {t("case:representation-onbehalfof-details")} + {t( + "myrepresentations:questionnaire-evidence-label" + )}
- {repFormData.representationOnBehalfOf_details} +
diff --git a/components/newappeal/aboutyou.js b/components/newappeal/aboutyou.js index 6a4ae58c..f2c1d6d7 100644 --- a/components/newappeal/aboutyou.js +++ b/components/newappeal/aboutyou.js @@ -733,6 +733,18 @@ let AboutYou = (props) => { "newappeal:about-you-appellant-contact-details-phone-label" )} /> +

{t("newappeal:about-you-agent-contact-details")}

{" "} @@ -819,13 +831,13 @@ let AboutYou = (props) => { )} />