summaryrefslogtreecommitdiff
path: root/texify.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-10-26 13:25:45 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-10-26 13:25:45 +0200
commitd06db7af6014e8498672899218a05adf36ab1aa3 (patch)
tree1e960093c848ad166beb4a5125655e53b04066de /texify.go
parentab0058448abc0f51d0165c0278bdd4878a3f4d13 (diff)
Final Framing and Multichoice beatification
Diffstat (limited to 'texify.go')
-rw-r--r--texify.go2
1 files changed, 1 insertions, 1 deletions
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: