Zollern FirmaID korrigiert.

This commit is contained in:
2026-06-10 16:52:58 +02:00
parent 911d50d8aa
commit a5d1e847f3

View File

@@ -127,9 +127,9 @@ Public Class usrCntlSND_ATBGestellung
If isZollern(SND) Then If isZollern(SND) Then
Standort = Sicherheiten_Standort.ZOLLERN : firmaID = 99 Standort = Sicherheiten_Standort.ZOLLERN : firmaID = 90
End If End If
@@ -209,7 +209,7 @@ Public Class usrCntlSND_ATBGestellung
Case Sicherheiten_Standort.IMEX Case Sicherheiten_Standort.IMEX
firmaId = 20 firmaId = 20
Case Sicherheiten_Standort.ZOLLERN Case Sicherheiten_Standort.ZOLLERN
firmaId = 99 firmaId = 90
End Select End Select
With frm With frm
@@ -277,7 +277,7 @@ Public Class usrCntlSND_ATBGestellung
If isZollern(SND) Then If isZollern(SND) Then
Standort = Sicherheiten_Standort.ZOLLERN : firmaId = 99 Standort = Sicherheiten_Standort.ZOLLERN : firmaId = 90
End If End If