CreditsafeAPI erweitert, zusätzlicher Hinweis bei bereits existierender UID-Nr.

This commit is contained in:
2023-03-31 17:15:27 +02:00
parent fcaf27b69c
commit e0e5c2c1bc
9 changed files with 2262 additions and 2157 deletions

View File

@@ -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