This commit is contained in:
Jonathan Jenne
2023-12-06 14:38:17 +01:00
parent cb2e3eb955
commit f5cb74d9c7
7 changed files with 35 additions and 1 deletions

View File

@@ -215,6 +215,8 @@ Partial Public Class frmEnvelopeEditor
oEnvelope.Message = oMessage
oEnvelope.Documents = Documents.ToList
If Controller.SaveReceivers(oEnvelope, Receivers.ToList) = False Then
MsgBox(Resources.Envelope.Error_when_saving_the_recipients, MsgBoxStyle.Critical, Text)
Return False