weiterleitung

This commit is contained in:
2026-02-09 16:05:27 +01:00
parent 715e765fea
commit 93e58b36d0
4 changed files with 78 additions and 75 deletions

View File

@@ -298,7 +298,7 @@ Public Class frmAvisoWeiterleiten
Dim dt As DataTable = SQL.loadDgvBySql("SELECT team_id, team_bezeichnung FROM tblTeams WHERE team_firma='UNISPED' order by team_id", "ADMIN")
If dt IsNot Nothing Then
For Each t In dt.Rows
addBtn(flpTeams, "T", t("team_id"), t("team_bezeichnung"),, "IMEX")
addBtn(flpTeams, "T", t("team_id"), t("team_bezeichnung"),, "UNISPED")
Next
End If
ElseIf sender Is btnFrontoffice Then