Merge branch 'newMaster2024' of https://dev.azure.com/VeragAG/_git/SDL into newMaster2024
This commit is contained in:
@@ -1099,6 +1099,12 @@ Public Class cMDMFunctionsAllgemein
|
||||
|
||||
Else
|
||||
|
||||
For Each row In dtNew.Rows
|
||||
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
|
||||
dt = dtNew
|
||||
|
||||
Reference in New Issue
Block a user