Hibiscus Transfer eingerichtet

This commit is contained in:
2026-05-13 09:59:01 +02:00
parent e27ee5fd0b
commit e28c8b6a9c
4 changed files with 68 additions and 17 deletions
+2 -1
View File
@@ -26,4 +26,5 @@ resolve_contact <- function(conn, empfaenger_name, empfaenger_konto) {
select(contact_id) %>%
collect()
if (nrow(bc) > 0) bc$contact_id[1] else NA_integer_
}
}