This commit is contained in:
Jonathan Jenne 2023-12-06 15:06:32 +01:00
parent 970aa5056f
commit 5b313e069e

View File

@ -282,7 +282,7 @@ Partial Public Class frmEnvelopeEditor
End If
Dim oErrors = ValidateEnvelope()
oErrors = Controller.ValidateEn06 - 12 - 2velopeForSending(oErrors)
oErrors = Controller.ValidateEnvelopeForSending(oErrors)
If oErrors.Any() Then
ShowValidationErrors(Resources.Envelope.Error_when_validating_the_envelope, oErrors)