Skip to content

Commit

Permalink
fix: correctly display invoice amount
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 25, 2024
1 parent e3ea112 commit f012314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate_web/crm/templates/invoices/invoice_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% for object in object_list %}
<tr>
<th>{{ object.number }}</th>
<td>{{ object.render_amount }}</td>
<td>{{ object.display_total_price }}</td>
<td>{{ object.get_description }}</td>
<td>{{ object.customer }}</td>
<td>
Expand Down

0 comments on commit f012314

Please sign in to comment.