08-12-2023

This commit is contained in:
2023-12-08 11:23:20 +01:00
parent aadcef6b15
commit 1eba05e5f7
5 changed files with 20 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ Public Class EnvelopeModel
If Database.ExecuteNonQuery(oCommand) Then
pEnvelope.Id = GetEnvelopeId(pEnvelope)
SetEnvelopeDate(pEnvelope) 'TODO JJ fragen
SetEnvelopeDate(pEnvelope)
Return True
Else
Return False