This commit is contained in:
2023-09-27 15:03:39 +02:00
parent 3f3b2ea783
commit ca05ecb9fd
2 changed files with 9 additions and 2 deletions

View File

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

View File

@@ -277,6 +277,13 @@ Public Class frmATEZ_NCTS
Select Case FIRMA_DY
Case "VERAG" : txtDyMandant.Text = "VERG"
txtDyNiederlassung.Text = VERAG_PROG_ALLGEMEIN.cAllgemein.NIEDERLASSUNG
Select Case FilialenNr
Case "5103" : txtDyNiederlassung.Text = "WAI"
End Select
Case "ATILLA" : txtDyMandant.Text = "ATIL" : txtDyNiederlassung.Text = "SUW"
Case "UNISPED" : txtDyMandant.Text = "UNAT" : txtDyNiederlassung.Text = "ATSPED"
Case "IMEX" : txtDyMandant.Text = "IMEX" : txtDyNiederlassung.Text = "IME"