Buchungs modal um actions erweitert
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user