Skip to content

Commit

Permalink
18619 - UXA fixes (bcgov#1560)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochiu authored Jun 5, 2024
1 parent 1b3a65d commit f9d8199
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Totals</h2>
<div class="total-elements">
Payment Received for Last Statement:
<span class="total">
${{"{:,.2f}".format(statementSummary.lastStatementPaidAmount)}}
-${{"{:,.2f}".format(statementSummary.lastStatementPaidAmount)}}
</span>
</div>
</td>
Expand Down Expand Up @@ -112,7 +112,7 @@ <h2>Totals</h2>
<span class="total">${{ "{:,.2f}".format(total.due) if total.due else '0.00' }}</span>
</div>
{% if not statement.is_interim_statement %}
<div class="font-14">Payment Due Date: {{ statement.to_date | format_datetime('mmm dd,yyyy') }} at 5:15 pm Pacific time</div>
<div class="font-14">Payment Due Date: {{ statement.to_date | format_datetime('mmm dd,yyyy') }} at 5:15 pm Pacific Time</div>
{% endif %}
</td>
</tr>
Expand Down

0 comments on commit f9d8199

Please sign in to comment.