From de03443c253d4556db90b6c4ef1de8b4faf94d01 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Sat, 3 Feb 2024 01:04:25 +0100 Subject: [PATCH] Replace + with 00 to the address in the bottom, too Customer requested it --- web/templates/public/layout.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/public/layout.gohtml b/web/templates/public/layout.gohtml index 44ffea7..45449e2 100644 --- a/web/templates/public/layout.gohtml +++ b/web/templates/public/layout.gohtml @@ -143,7 +143,7 @@ {{ .Address }}
{{ .PostalCode}} · {{ .City }} · {{ .Province }}
{{ .Country }}
- T {{ .Phone }}
+ T {{ replaceAll .Phone "+" "00 " }}
{{ .Email }} {{- end }}