Merge branch 'newMaster2024' of https://dev.azure.com/VeragAG/_git/SDL into newMaster2024

This commit is contained in:
2025-05-27 17:07:05 +02:00
7 changed files with 172 additions and 38 deletions

View File

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