Buchungen funktioniern mitsamt modal und laufendem saldo

This commit is contained in:
2026-03-09 15:41:08 +01:00
parent da524d4af5
commit 5cb4eb96e8
9 changed files with 182 additions and 163 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ get_project_choices <- function(conn) {
choices <- setNames(as.character(projekte$id), projekte$projektname)
c("-" = "", choices)
}
}