Leihgeldkasse, etc.

This commit is contained in:
2026-01-12 16:09:05 +01:00
parent dc62abfd64
commit 42bb3568ff
4 changed files with 67 additions and 23 deletions

View File

@@ -2855,9 +2855,9 @@ Public Class cRKSV
Dim gebucht = checkifgebucht_new(mandant, SafeString(BelegNrUID), buchungstext)
If gebucht Then
' logging instead of MsgBox in production
MsgBox("GEBUCHT!")
MsgBox("FIBU - GEBUCHT!")
Else
MsgBox("NICHT GEBUCHT!")
MsgBox("FIBU - NICHT GEBUCHT!")
End If
Return gebucht