From 93a95d77d067c133d40902748c47b751134d28e6 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Wed, 21 Aug 2024 11:23:55 +0200 Subject: [PATCH] Fix the URL to invoices from payment index --- web/template/payments/index.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/template/payments/index.gohtml b/web/template/payments/index.gohtml index d70c20e..c76788c 100644 --- a/web/template/payments/index.gohtml +++ b/web/template/payments/index.gohtml @@ -70,7 +70,7 @@ {{- if eq .Type "P" -}} {{ .InvoiceNumber }} {{- else -}} - {{ .InvoiceNumber }} + {{ .InvoiceNumber }} {{- end -}} {{- end -}}