Datev AMBAR
This commit is contained in:
@@ -614,6 +614,10 @@ Public Class cDatev_Interface
|
|||||||
Case 24
|
Case 24
|
||||||
If IsNumeric(ktoNr) AndAlso CInt(ktoNr) > 3000000 AndAlso ktoNr.Length = 7 Then ktoNr = (CInt(ktoNr) - 3000000) '- 300000
|
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
|
Case Else
|
||||||
|
|
||||||
If IsNumeric(ktoNr) AndAlso CInt(ktoNr) > 2000000 Then ktoNr = (CInt(ktoNr) - 2000000) '+ 200000
|
If IsNumeric(ktoNr) AndAlso CInt(ktoNr) > 2000000 Then ktoNr = (CInt(ktoNr) - 2000000) '+ 200000
|
||||||
|
|||||||
Reference in New Issue
Block a user