VerwahrungTmstmp
This commit is contained in:
@@ -124,48 +124,48 @@ Public Class usrCntlSND_ATBGestellung
|
||||
|
||||
Dim Standort As String = ""
|
||||
|
||||
Select Case SND.FilialenNr
|
||||
Case 4803, 4809, 4810
|
||||
Standort = "VERAG GmbH" : firmaId = 1
|
||||
Case 5601
|
||||
Standort = "Unisped GmbH" : firmaId = 21
|
||||
Case 5701
|
||||
Standort = "AMBAR" : firmaId = 24
|
||||
Select Case SND.FilialenNr
|
||||
Case 4803, 4809, 4810
|
||||
Standort = "VERAG GmbH" : firmaId = 1
|
||||
Case 5601
|
||||
Standort = "Unisped GmbH" : firmaId = 21
|
||||
Case 5701
|
||||
Standort = "AMBAR" : firmaId = 24
|
||||
|
||||
Case 5103
|
||||
Standort = "VERAG CS" : firmaId = 11
|
||||
Case 5501
|
||||
Standort = "IMEX" : firmaId = 20
|
||||
Case 5103
|
||||
Standort = "VERAG CS" : firmaId = 11
|
||||
Case 5501
|
||||
Standort = "IMEX" : firmaId = 20
|
||||
|
||||
End Select
|
||||
End Select
|
||||
|
||||
Dim GesSichRef = New VERAG_PROG_ALLGEMEIN.cAufschubKonten(Standort)
|
||||
Dim frm As New frmGesamtsicherheitenNEU
|
||||
Dim GesSichRef = New VERAG_PROG_ALLGEMEIN.cAufschubKonten(Standort)
|
||||
Dim frm As New frmGesamtsicherheitenNEU
|
||||
|
||||
|
||||
If GesSichRef Is Nothing Then
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
|
||||
With frm
|
||||
.currentGesSichRef = GesSichRef
|
||||
.Standort = Standort
|
||||
.datum = Date.Now
|
||||
.Neu = True
|
||||
.FilialNummer = SND.FilialenNr
|
||||
.Abfertigungsnummer = SND.AbfertigungsNr
|
||||
.firmaId = firmaId
|
||||
End With
|
||||
AddHandler frm.FormClosing, Function()
|
||||
GesSichRef.CalcSaldo()
|
||||
Me.BringToFront()
|
||||
End Function
|
||||
frm.Show(Me)
|
||||
|
||||
If GesSichRef Is Nothing Then
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
|
||||
With frm
|
||||
.currentGesSichRef = GesSichRef
|
||||
.Standort = Standort
|
||||
.datum = Date.Now
|
||||
.Neu = True
|
||||
.FilialNummer = SND.FilialenNr
|
||||
.Abfertigungsnummer = SND.AbfertigungsNr
|
||||
.firmaId = firmaId
|
||||
End With
|
||||
AddHandler frm.FormClosing, Function()
|
||||
GesSichRef.CalcSaldo()
|
||||
Me.BringToFront()
|
||||
End Function
|
||||
frm.Show(Me)
|
||||
|
||||
End If
|
||||
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user