From: Paul Hänsch Date: Wed, 28 Nov 2018 15:41:57 +0000 (+0100) Subject: typo X-Git-Url: http://git.plutz.net/?p=invoices;a=commitdiff_plain;h=5907162874f51038707877e44eea629e15d9224a typo --- diff --git a/invoices.sh b/invoices.sh index aa66717..93292cb 100755 --- a/invoices.sh +++ b/invoices.sh @@ -246,7 +246,7 @@ update_invoice(){ filename="Rechnung $(UNSTRING "${saddress#address=}" |sed 1q) an $(UNSTRING "${caddress#address=}" |sed 1q) $(date -d@"${date#date=}" +%F).pdf" . $_EXEC/odtgen.sh - pdfgen "$id" + genpdf "$id" REDIRECT "/export/${id}.pdf/$(URL "${filename}" |sed s/%0D//g)" exit 0 fi