diverse Baustellen
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
Imports System.Globalization
|
||||
Imports System.IO
|
||||
Imports System.ServiceModel.Configuration
|
||||
Imports GrapeCity.DataVisualization.TypeScript
|
||||
Imports SDL.EORI
|
||||
Imports VERAG_PROG_ALLGEMEIN
|
||||
|
||||
@@ -559,7 +560,7 @@ Public Class usrCntlKundenuebersicht
|
||||
lblNeutralisierung.BackColor = txtNeutralisierung.BackColor
|
||||
|
||||
If KUNDE_ERW.kde_KundeFremdspedition Then
|
||||
txtVerzolltBei.Text = If(KUNDE_ERW.kde_verzolltBei, "FREMD")
|
||||
txtVerzolltBei.Text = If(KUNDE_ERW.kde_verzolltBei, "FREMD").ToString.ToUpper
|
||||
txtVerzolltBei.BackColor = Color.Yellow
|
||||
Else
|
||||
txtVerzolltBei.Text = ""
|
||||
@@ -567,7 +568,7 @@ Public Class usrCntlKundenuebersicht
|
||||
End If
|
||||
|
||||
If KUNDE_ERW.kde_KundeFremdspeditionExport Then
|
||||
txtVerzolltBeiExport.Text = If(KUNDE_ERW.kde_verzolltBeiExport, "FREMD")
|
||||
txtVerzolltBeiExport.Text = If(KUNDE_ERW.kde_verzolltBeiExport, "FREMD").ToString.ToUpper.Replace("EIGENE ZOLLABTEILUNG", "EIG.ZA")
|
||||
txtVerzolltBeiExport.BackColor = Color.Yellow
|
||||
Else
|
||||
txtVerzolltBeiExport.Text = ""
|
||||
|
||||
Reference in New Issue
Block a user