This commit is contained in:
2023-04-04 16:56:55 +02:00
10 changed files with 2286 additions and 2152 deletions

View File

@@ -1493,10 +1493,10 @@ Public Class usrcntlKundeBearbeitenFull
End If
If UserControl1.comp.vatNo IsNot Nothing Then
If UserControl1.comp.vatNo <> "" Then
cboUSt_UstIdNrLand.changeItem(UserControl1.comp.vatNo.Substring(0, 2))
If UserControl1.comp.country IsNot Nothing Then
If UserControl1.comp.country <> "" Then
txtUSt_UstIdNr.Text = UserControl1.comp.vatNo.Replace(UserControl1.comp.country, "")
Else
txtUSt_UstIdNr.Text = UserControl1.comp.vatNo