Fix the URL to invoices from payment index

This commit is contained in:
jordi fita mas 2024-08-21 11:23:55 +02:00
parent d4ef6c3254
commit 93a95d77d0
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
{{- if eq .Type "P" -}}
<a href="{{ companyURI "/expenses/"}}{{ .DocumentSlug }}">{{ .InvoiceNumber }}</a>
{{- else -}}
<a href="{{ companyURI "/invoice/"}}{{ .DocumentSlug }}">{{ .InvoiceNumber }}</a>
<a href="{{ companyURI "/invoices/"}}{{ .DocumentSlug }}">{{ .InvoiceNumber }}</a>
{{- end -}}
{{- end -}}
</td>