Unbenutzte Variablen entfernt

This commit is contained in:
qbi 2021-05-03 22:57:06 +02:00
parent de4f137f8b
commit b8abc498f3

View file

@ -36,7 +36,7 @@ fi
PROGRAMM_NAME=$0
PROGRAMM_VERSION="0.0.1"
VERBOSITY=0
#VERBOSITY=0
RECHNUNGSFILE="rechnung.ini"
TEMPLATEFILE="template.ltx"
SEDFILE="sed.txt"
@ -213,7 +213,7 @@ make_invoice() {
fi
month_ascii=$(date '+%B')
inv_day=$(date '+%j')
# inv_day=$(date '+%j')
inv_date=$(date '+%Y%m%d')
inv_dead=$(date -d "+${dead_days}days" '+%d.\\\\,%m.\\\\,%Y')
rechnungsnummer="$inv_date--$LFDNR"