weiterleitung
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user