From: Paul Hänsch Date: Wed, 28 Nov 2018 16:01:03 +0000 (+0100) Subject: bugfix: print iban and bic in export X-Git-Url: http://git.plutz.net/?p=invoices;a=commitdiff_plain;h=bcc010f29b2cb34783f30c068584e14647b5f813 bugfix: print iban and bic in export --- diff --git a/odtgen.sh b/odtgen.sh index ed1eb8e..e4c800a 100755 --- a/odtgen.sh +++ b/odtgen.sh @@ -12,7 +12,7 @@ odt_manifest(){ } odt_stylesheet(){ - local iban="$2" bic="$3" + local iban="$1" bic="$2" cat <<-EOF @@ -46,8 +46,8 @@ odt_stylesheet(){ Bankverbindung - IBAN: - ${iban} | - BIC: + ${iban} + | BIC: ${bic}