From cfe6070d57038e59389ce253ba81b7887d21553c Mon Sep 17 00:00:00 2001 From: robbond Date: Mon, 19 Jan 2026 13:16:20 +0000 Subject: [PATCH] 21098 update rep pdfs remove further details --- components/pdftemplates/finalComments_pdf.js | 27 ++------------------ components/pdftemplates/statement_pdf.js | 27 ++------------------ 2 files changed, 4 insertions(+), 50 deletions(-) diff --git a/components/pdftemplates/finalComments_pdf.js b/components/pdftemplates/finalComments_pdf.js index 92578cc3..6bd138f5 100644 --- a/components/pdftemplates/finalComments_pdf.js +++ b/components/pdftemplates/finalComments_pdf.js @@ -242,29 +242,6 @@ export const finalComments_pdf = ({ docProps }) => { {values.representationCapacity} - - 3. - - {getTrans( - docProps.locale, - "statement-representation-capacity-details-label" - )} - : - - - - {CleanHTML( - values.conditional_representationCapacity_Comments - ) || "N/A"} - - - { marginBottom: 10, }} > - 4. + 3. {getTrans( docProps.locale, @@ -297,7 +274,7 @@ export const finalComments_pdf = ({ docProps }) => { marginBottom: 10, }} > - 5. + 4. {getTrans( docProps.locale, diff --git a/components/pdftemplates/statement_pdf.js b/components/pdftemplates/statement_pdf.js index 75b21724..221c0a21 100644 --- a/components/pdftemplates/statement_pdf.js +++ b/components/pdftemplates/statement_pdf.js @@ -242,29 +242,6 @@ export const statement_pdf = ({ docProps }) => { {values.representationCapacity} - - 3. - - {getTrans( - docProps.locale, - "statement-representation-capacity-details-label" - )} - : - - - - {CleanHTML( - values.conditional_representationCapacity_Comments - ) || "N/A"} - - - { marginBottom: 10, }} > - 4. + 3. {getTrans( docProps.locale, @@ -297,7 +274,7 @@ export const statement_pdf = ({ docProps }) => { marginBottom: 10, }} > - 5. + 4. {getTrans( docProps.locale,