From 95445a19d5a6dc3133a3e539e1c012425149a401 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 5 Dec 2018 15:12:35 +0100 Subject: [PATCH] bugfix: include issuance number and work items --- odtgen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odtgen.sh b/odtgen.sh index e4c800a..9ed1e22 100755 --- a/odtgen.sh +++ b/odtgen.sh @@ -136,7 +136,7 @@ odt_content(){ -->$(HTML "$client" |sed -r 's;( \;)? \;;;g') - Rechnung ${issuance} + Rechnung ${number} @@ -180,7 +180,7 @@ odt_content(){ ${time} - ${item} + ${work} ${hours} -- 2.39.2