CreditsafeAPI erweitert, zusätzlicher Hinweis bei bereits existierender UID-Nr.
This commit is contained in:
@@ -1490,10 +1490,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
|
||||
|
||||
Reference in New Issue
Block a user