This commit is contained in:
2025-08-18 17:10:24 +02:00
parent d2bd33c4fa
commit b7ed84a33f
16 changed files with 4990 additions and 47 deletions

View File

@@ -273,7 +273,8 @@ Public Class frmAvisoWeiterleiten
addBtn(flpFirma, "N", "DTB", "VERAG Dettelbach")
addBtn(flpFirma, "N", "NKN", "VERAG Neunkirchen (Saar)")
addBtn(flpFirma, "A", "FISK", "VERAG Fiskal")
addBtn(flpFirma, "T", "13", "VERAG Fiskal (>Team Neukunden)")
'addBtn(flpFirma, "A", "FISK", "VERAG Fiskal")
addBtn(flpFirma, "A", "VRR", "VERRECHNUNG")
Dim dt As DataTable = SQL.loadDgvBySql("SELECT team_id, team_bezeichnung FROM tblTeams WHERE team_firma='VERAG' order by team_id", "ADMIN")

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("4.1.5.4")>
<Assembly: AssemblyFileVersion("4.1.5.4")>
<Assembly: AssemblyVersion("4.1.5.6")>
<Assembly: AssemblyFileVersion("4.1.5.6")>