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

This commit is contained in:
2025-06-04 10:57:19 +02:00
2 changed files with 7 additions and 3 deletions

View File

@@ -614,6 +614,10 @@ Public Class cDatev_Interface
Case 24
If IsNumeric(ktoNr) AndAlso CInt(ktoNr) > 3000000 AndAlso ktoNr.Length = 7 Then ktoNr = (CInt(ktoNr) - 3000000) '- 300000
If ktoNr = 13401 Then
ktoNr = 73401 'AMBAR halt, DONT ASK!
End If
Case Else
If IsNumeric(ktoNr) AndAlso CInt(ktoNr) > 2000000 Then ktoNr = (CInt(ktoNr) - 2000000) '+ 200000