201020
This commit is contained in:
@@ -170,6 +170,7 @@ Public Class usrCntlATLAS_NCTS
|
||||
Case "ATILLA" : txtDyMandant.Text = "ATIL" : txtDyNiederlassung.Text = "SUW"
|
||||
Case "UNISPED" : txtDyMandant.Text = "UNAT" : txtDyNiederlassung.Text = "ATSPED"
|
||||
Case "IMEX" : txtDyMandant.Text = "IMEX" : txtDyNiederlassung.Text = "IME"
|
||||
Case "AMBAR" : txtDyMandant.Text = "ATIL" : txtDyNiederlassung.Text = "AMBWO"
|
||||
End Select
|
||||
|
||||
|
||||
|
||||
@@ -145,6 +145,8 @@ Class DAKOSY_Interface_SEND
|
||||
Select Case FIRMA_DY
|
||||
Case "ATILLA"
|
||||
Return "SUW"
|
||||
Case "AMBAR"
|
||||
Return "AMBWO"
|
||||
Case "VERAG"
|
||||
Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.MITARBEITER.mit_niederlassung
|
||||
Case "SUB" : Return "SUB"
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
Case "ATILLA" : txtDyMandant.Text = "ATIL" : txtDyNiederlassung.Text = "SUW"
|
||||
Case "IMEX" : txtDyMandant.Text = "IMEX" : txtDyNiederlassung.Text = If(nl <> "", nl, "IME")
|
||||
Case "UNISPED" : txtDyMandant.Text = "UNAT" : txtDyNiederlassung.Text = "ATSP"
|
||||
Case "AMBAR" : txtDyMandant.Text = "ATIL" : txtDyNiederlassung.Text = "AMBWO"
|
||||
End Select
|
||||
|
||||
cboVerfahren.Items.Clear()
|
||||
|
||||
@@ -240,6 +240,7 @@
|
||||
|
||||
Case "ATIL"
|
||||
cboNL.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("SUW", "SUW"))
|
||||
cboNL.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("AMBWO", "AMBWO"))
|
||||
cboNL.changeItem("SUW")
|
||||
Case "UNAT"
|
||||
cboNL.Items.Add(New VERAG_PROG_ALLGEMEIN.MyListItem("ATSP", "ATSP"))
|
||||
|
||||
@@ -71,8 +71,10 @@
|
||||
Private Sub frmZollanmeldung_Load(sender As Object, e As EventArgs) Handles Me.Load
|
||||
If VERAG_PROG_ALLGEMEIN.cBerechtignunen.CHECK_BERECHTIGUNG_bool("AVISO_IMEX", "AVISO") And FilialenNr = 5501 Then
|
||||
FIRMA_DY = "IMEX"
|
||||
ElseIf FilialenNr = 5701 Then
|
||||
FIRMA_DY = "AMBWO"
|
||||
Else
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "FRONTOFFICE" Then
|
||||
If VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA = "FRONTOFFICE" Then
|
||||
|
||||
If DY Is Nothing Then
|
||||
' ' FIRMA_DY = DY.
|
||||
|
||||
Reference in New Issue
Block a user