diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2018-10-26 13:25:45 +0200 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2018-10-26 13:25:45 +0200 |
| commit | d06db7af6014e8498672899218a05adf36ab1aa3 (patch) | |
| tree | 1e960093c848ad166beb4a5125655e53b04066de /texify.go | |
| parent | ab0058448abc0f51d0165c0278bdd4878a3f4d13 (diff) | |
Final Framing and Multichoice beatification
Diffstat (limited to 'texify.go')
| -rw-r--r-- | texify.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
