fix
This commit is contained in:
@@ -139,7 +139,7 @@ Public Class frmFremdbeleg
|
||||
Else
|
||||
|
||||
If cRKSV.isforbiddenDate Then
|
||||
MsgBox("Die Kasse wir am Monatsende abgeschlossen. Es dürfen keine weiteren Belege erstellt werden. Bitte veruchen Sie den Vorgang nach Mitternacht erneut.")
|
||||
MsgBox("Die Kasse wir am Monatsende abgeschlossen. Es dürfen keine weiteren Belege erstellt werden. Bitte versuchen Sie den Vorgang nach Mitternacht erneut.")
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
@@ -225,8 +225,14 @@ Public Class frmFremdbeleg
|
||||
|
||||
Dim answer = ""
|
||||
|
||||
Dim isFiskaltrust = False
|
||||
|
||||
If KASSE IsNot Nothing AndAlso KASSE.rksv_FT_RestServiceURL IsNot Nothing AndAlso KASSE.rksv_FT_CashboxID IsNot Nothing AndAlso KASSE.rksv_FT_AccessToken IsNot Nothing AndAlso KASSE.rksv_FT_Country IsNot Nothing Then
|
||||
|
||||
Dim client_chilkat As New cFiskaltrustClient_chilkat(KASSE.rksv_FT_RestServiceURL, KASSE.rksv_FT_CashboxID, KASSE.rksv_FT_AccessToken, KASSE.rksv_FT_Country)
|
||||
Dim isFiskaltrust As Boolean = client_chilkat.isFiskaltrust()
|
||||
isFiskaltrust = client_chilkat.isFiskaltrust()
|
||||
End If
|
||||
|
||||
|
||||
If KASSE.rksv_aktiv Then
|
||||
|
||||
|
||||
@@ -364,7 +364,7 @@ Public Class frmNacherfassungLeihgeld
|
||||
Dim QR_CodeString As String = ""
|
||||
Dim LastJWS As String = ""
|
||||
Dim isFiskaltrust As Boolean = False
|
||||
If KASSE.rksv_FT_RestServiceURL IsNot Nothing AndAlso KASSE.rksv_FT_CashboxID IsNot Nothing AndAlso KASSE.rksv_FT_AccessToken IsNot Nothing AndAlso KASSE.rksv_FT_Country IsNot Nothing Then
|
||||
If KASSE IsNot Nothing AndAlso KASSE.rksv_FT_RestServiceURL IsNot Nothing AndAlso KASSE.rksv_FT_CashboxID IsNot Nothing AndAlso KASSE.rksv_FT_AccessToken IsNot Nothing AndAlso KASSE.rksv_FT_Country IsNot Nothing Then
|
||||
Dim client_chilkat As New cFiskaltrustClient_chilkat(KASSE.rksv_FT_RestServiceURL, KASSE.rksv_FT_CashboxID, KASSE.rksv_FT_AccessToken, KASSE.rksv_FT_Country)
|
||||
isFiskaltrust = client_chilkat.isFiskaltrust()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user