Buchungs modal um actions erweitert

This commit is contained in:
2026-03-09 17:23:49 +01:00
parent 5cb4eb96e8
commit 1f903ea80e
8 changed files with 121 additions and 21 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ get_project_choices <- function(conn) {
arrange(projektname)
choices <- setNames(as.character(projekte$id), projekte$projektname)
c("-" = "", choices)
return(c("Kein Projekt" = 0, choices))
}