Skip to content

Commit 368c101

Browse files
committed
added reference to invoice manage
Signed-off-by: Trey <73353716+TreyWW@users.noreply.github.com>
1 parent 278770e commit 368c101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/templates/pages/invoices/dashboard/manage.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<a class="text-3xl text-neutral-800 dark:text-white break-words hover:link hover:link-secondary"
88
href="{% url 'finance:invoices:single:preview' invoice_id=invoice.id %}">
99
Invoice #{{ invoice.id }}
10+
{% if invoice.reference %}({{ invoice.reference }}){% endif %}
1011
</a>
1112
<div class="mt-[2px]">
1213
{% if invoice.status == "paid" %}

0 commit comments

Comments
 (0)