Skip to content

Commit

Permalink
DTSPB-4259: Fix exec variable call
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiealbertelli committed Jan 15, 2025
1 parent 3455315 commit 3a6f4fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
{% endif %}

{% if case_details.case_data.titleAndClearingType == "TCTPartSuccOthersRenouncing" or case_details.case_data.titleAndClearingType == "TCTPartOthersRenouncing" %}
<p>The executor {{ executor.value.applyingExecutorName }}, is a profit-sharing
<p>The executor {{ case_details.case_data.executorsNotApplyingLegalStatement.executor.value.applyingExecutorName }}, is a profit-sharing
{{ case_details.case_data.singularProfitSharingTextForLegalStatement }}
in the firm {% if case_details.case_data.titleAndClearingType == "TCTPartSuccOthersRenouncing" %}{{ case_details.case_data.nameOfSucceededFirm }}
that had succeeded to and carried on the practice of the firm {{ case_details.case_data.nameOfFirmNamedInWill }}{% else %}{{ case_details.case_data.nameOfFirmNamedInWill }}{% endif %},
Expand All @@ -284,7 +284,7 @@
{% endif %}

{% if case_details.case_data.titleAndClearingType == "TCTPartAllRenouncing" or case_details.case_data.titleAndClearingType == "TCTPartSuccAllRenouncing" %}
<p>The executor {{ executor.value.applyingExecutorName }}, is a profit-sharing
<p>The executor {{ case_details.case_data.executorsNotApplyingLegalStatement.executor.value.applyingExecutorName }}, is a profit-sharing
{{ case_details.case_data.singularProfitSharingTextForLegalStatement }}
in the firm {% if case_details.case_data.titleAndClearingType == "TCTPartSuccAllRenouncing" %}{{ case_details.case_data.nameOfSucceededFirm }}
that had succeeded to and carried on the practice of the firm {{ case_details.case_data.nameOfFirmNamedInWill }}{% else %}{{ case_details.case_data.nameOfFirmNamedInWill }}{% endif %},
Expand Down

0 comments on commit 3a6f4fb

Please sign in to comment.