USTVA-Antrag, etc.
This commit is contained in:
@@ -1100,7 +1100,10 @@ Public Class cMDMFunctionsAllgemein
|
||||
Else
|
||||
|
||||
For Each row In dtNew.Rows
|
||||
row("Name of supplier") = row("Name of supplier").ToString.Replace(" " & row("VAT").ToString.Substring(0, 2), "")
|
||||
If Not IsDBNull(row("VAT")) AndAlso row("VAT") <> "" AndAlso Not IsDBNull(row("Name of supplier")) AndAlso row("Name of supplier") <> "" Then
|
||||
row("Name of supplier") = row("Name of supplier").ToString.Replace(" " & row("VAT").ToString.Substring(0, 2), "")
|
||||
End If
|
||||
|
||||
Next
|
||||
|
||||
If dtNew.Columns.Contains("Number") Then
|
||||
|
||||
Reference in New Issue
Block a user