Skip to content

Commit

Permalink
22757 - Remove Completing Party Section (bcgov#3085)
Browse files Browse the repository at this point in the history
* remove completing party sections

Signed-off-by: Qin <[email protected]>

* remove completing party sections 2

Signed-off-by: Qin <[email protected]>

* remove completing party for amal and regis

Signed-off-by: Qin <[email protected]>

* remove completing party temp

Signed-off-by: Qin <[email protected]>

---------

Signed-off-by: Qin <[email protected]>
  • Loading branch information
ArwenQin authored Nov 19, 2024
1 parent a6976fb commit 291684d
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 206 deletions.
1 change: 0 additions & 1 deletion legal-api/report-templates/amalgamationApplication.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
[[amalgamation/approvalType.html]]
[[amalgamation/amalgamatingCorp.html]]
[[amalgamation/amalgamationStmt.html]]
[[incorporation-application/completingParty.html]]

<div class="section-header mt-7 pt-4">NOTICE OF ARTICLES</div>
<div class="container pt-4">
Expand Down
1 change: 0 additions & 1 deletion legal-api/report-templates/changeOfRegistration.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
{% elif business.legalType == 'SP' %}
[[change-of-registration/proprietor.html]]
{% endif %}
[[change-of-registration/completingParty.html]]
</div>
</body>
</html>
3 changes: 0 additions & 3 deletions legal-api/report-templates/correction.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
[[correction/addresses.html]]

[[correction/directors.html]]
{% if correction.type == 'CLIENT' %}
[[common/completingParty.html]]
{% endif %}

{% if shareClasses and (shareClassesChange or newShareClasses or ceasedShareClasses) %}
[[common/shareStructure.html]]
Expand Down
1 change: 0 additions & 1 deletion legal-api/report-templates/dissolution.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<div class="container">
{% if business.legalType in ['GP', 'SP'] %}
[[dissolution/firmsDissolutionDate.html]]
[[common/completingParty.html]]
{% else %}
[[common/effectiveDate.html]]
[[dissolution/custodianOfRecords.html]]
Expand Down
3 changes: 0 additions & 3 deletions legal-api/report-templates/firmCorrection.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
{% elif business.legalType == 'SP' %}
[[change-of-registration/proprietor.html]]
{% endif %}
{% if correction.type == 'CLIENT' %}
[[change-of-registration/completingParty.html]]
{% endif %}
</div>
</body>
</html>
1 change: 0 additions & 1 deletion legal-api/report-templates/registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
[[registration/nameRequest.html]]
[[registration/addresses.html]]
[[registration/party.html]]
[[registration/completingParty.html]]
</div>
</body>
</html>

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions legal-api/src/legal_api/reports/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def _substitute_template_parts(template_code):
'continuation/exproRegistrationInBc',
'continuation/foreignJurisdiction',
'continuation/nameRequest',
'common/completingParty',
'correction/businessDetails',
'correction/addresses',
'correction/associateType',
Expand All @@ -174,7 +173,6 @@ def _substitute_template_parts(template_code):
'change-of-registration/nature-of-business',
'change-of-registration/addresses',
'change-of-registration/proprietor',
'change-of-registration/completingParty',
'change-of-registration/partner',
'incorporation-application/benefitCompanyStmt',
'incorporation-application/completingParty',
Expand All @@ -190,7 +188,6 @@ def _substitute_template_parts(template_code):
'restoration-application/expiry',
'registration/nameRequest',
'registration/addresses',
'registration/completingParty',
'registration/party',
'registration-statement/party',
'registration-statement/business-info',
Expand Down

0 comments on commit 291684d

Please sign in to comment.