]> git.plutz.net Git - invoices/commitdiff
typo
authorPaul Hänsch <paul@plutz.net>
Wed, 28 Nov 2018 15:41:57 +0000 (16:41 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 28 Nov 2018 15:41:57 +0000 (16:41 +0100)
invoices.sh

index aa66717c115f641bad3fe58c9365e29a606e8b5f..93292cbee74a31f0b69613940c8a4bc72b215712 100755 (executable)
@@ -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