From f2d02dc7d37be094cfb9354b858e2ef50b5d81dc Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Mon, 3 Feb 2025 13:29:14 +0000 Subject: [PATCH] fix show hide for enf exempt fee --- ...tationLPAQuestionnaireCheck_enforcement.js | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js b/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js index a87db35a..683b8790 100644 --- a/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js +++ b/components/case/representation/representationQuestionnairesCheck/representationLPAQuestionnaireCheck_enforcement.js @@ -440,6 +440,43 @@ let RepLPAQuestionnaireCheck_enforcement = (props) => { + {repFormData.feeExempt == "Yes" && ( +
+
+ {t( + "myrepresentations:questionnaire-evidence-label" + )} +
+ +
+
+
+ +
+ { + setRepresentationSubmit(false); + setShowQuestionnaireSection(3); + }} + > + {t("common:change-link-label")} + + {" "} + {/* {FieldsTranslations( + rows[0].value + )} */} + + +
+
+ )} {/* Section 3 Planning History and Current Status */}