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,