From fdfd76d7709e757862985940768b0bf1f85ea68d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Fri, 1 Dec 2023 17:51:58 +0100 Subject: [PATCH] default template empty --- doclist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/doclist.sh b/doclist.sh index 460ee46..d3df3e1 100755 --- a/doclist.sh +++ b/doclist.sh @@ -48,6 +48,7 @@ list_status() { [form .invoice .new method=POST [label for=new_type . $(_ Type):] [select #new_type name=type + [option checked] $(for tmpl in "$_EXEC"/tmpl_*/; do tmpl="${tmpl%/}" tmpl="${tmpl##*/}" printf '[option value=%s . %s]' "$tmpl" "$(_ "$tmpl")" -- 2.39.5