Skip to content

Commit

Permalink
Merge branch 'main' into invoice-report
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Mar 7, 2024
2 parents e825ea5 + e2ebff1 commit eb69974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boxoffice/templates/order_confirmation_mail.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<p>{% trans %}LLPIN:{% endtrans %} {{ org.details.get('llpin') }}</p>
{%- endif %}
{%- if org.details.get('pan') %}
<p>{% trans PAN:{% endtrans %} {{ org.details.get('pan') }}</p>
<p>{% trans %}PAN:{% endtrans %} {{ org.details.get('pan') }}</p>
{%- endif %}
{%- if org.details.get('service_tax_no') %}
<p>{% trans %}Service Tax No:{% endtrans %} {{ org.details.get('service_tax_no') }}</p>
Expand Down Expand Up @@ -258,7 +258,7 @@
<tr>
<td class="center" rowspan="2" valign="top"></td>
<td colspan="3">
<span class="item-title">{% trans Refund:{% endtrans %} {{ line_item.ticket.title }}</span>
<span class="item-title">{% trans %}Refund:{% endtrans %} {{ line_item.ticket.title }}</span>
</td>
</tr>
<tr>
Expand Down

0 comments on commit eb69974

Please sign in to comment.