Skip to content

Commit

Permalink
update footer identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kzdev420 committed Nov 6, 2024
1 parent 7d111ab commit 1b87cab
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,13 @@
{% else %}
{% if header.name != 'incorporationApplication' %}
<!-- not required for incorporationApplication -->
<span> | Incorporation #{{business.identifier}}</span>
<span> | Incorporation #
{% if not business or business.identifier.startswith('T') %}
Pending
{% else %}
{{business.identifier}}
{% endif %}
</span>
{% endif %}
{% endif %}
{% endif %}
Expand Down

0 comments on commit 1b87cab

Please sign in to comment.