Skip to content

Commit

Permalink
23958 update fe date issue (bcgov#3067)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzdev420 authored Nov 8, 2024
1 parent e9ffc04 commit 0a24b49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="section-title mt-4">Amalgamation Effective Date</div>
<div class="section-data mt-4">
{% if header.isFutureEffective %}
{{header.effective_date_time}}
The amalgamation is to take effect on {{effective_date_time}}.
{% else %}
The amalgamation is to take effect at the time that this application is filed with the Registrar.
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
{% if header.reportType == 'alterationNotice' %}
<div class="section-title mt-4">Alteration Effective Date</div>
<div class="section-data mt-3">
The alteration is to take effect at the time that this application is filed with the Registrar.
{% if header.isFutureEffective %}
The alteration will take effect on {{ effective_date_time }}.
{% else %}
The alteration is to take effect at the time that this application is filed with the Registrar.
{% endif %}
</div>
{% endif %}
{% if header.reportType == 'dissolution' %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% if header.isFutureEffective %}
The continuation is to take effect on {{effective_date_time}}.
{% else %}
The incorporation is to take effect at the time that this application is filed with the Registrar.
The continuation is to take effect at the time that this application is filed with the Registrar.
{% endif %}
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="section-title mt-4">Incorporation Effective Date</div>
<div class="section-data mt-4">
{% if header.isFutureEffective %}
{{header.effective_date_time}}
The incorporation is to take effect on {{effective_date_time}}.
{% else %}
The incorporation is to take effect at the time that this application is filed with the Registrar.
{% endif %}
Expand Down

0 comments on commit 0a24b49

Please sign in to comment.