From d06db7af6014e8498672899218a05adf36ab1aa3 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Fri, 26 Oct 2018 13:25:45 +0200 Subject: Final Framing and Multichoice beatification --- texify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'texify.go') diff --git a/texify.go b/texify.go index 358047a..ffa0fba 100644 --- a/texify.go +++ b/texify.go @@ -55,7 +55,7 @@ type Data struct { func billTemplate(billdata bill, cust customer) Filenames { billid := billdata.id custr, cuzip, cucity, cucou := "", "", "", "" - addr := string2StringArray(cust.address, ";") + addr := String2StringArray(cust.address, ";") for i, a := range addr { switch i { case 0: -- cgit v1.2.3