Skip to content

Commit

Permalink
added reference to invoice manage
Browse files Browse the repository at this point in the history
Signed-off-by: Trey <[email protected]>
  • Loading branch information
TreyWW committed Nov 17, 2024
1 parent 278770e commit 368c101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/templates/pages/invoices/dashboard/manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<a class="text-3xl text-neutral-800 dark:text-white break-words hover:link hover:link-secondary"
href="{% url 'finance:invoices:single:preview' invoice_id=invoice.id %}">
Invoice #{{ invoice.id }}
{% if invoice.reference %}({{ invoice.reference }}){% endif %}
</a>
<div class="mt-[2px]">
{% if invoice.status == "paid" %}
Expand Down

0 comments on commit 368c101

Please sign in to comment.