2023-12-04
- Anpassungen Main Form - Titel wird initial in das Subject geschrieben
This commit is contained in:
@@ -57,6 +57,7 @@ Partial Public Class frmEnvelopeEditor
|
||||
If oResult = DialogResult.OK Then
|
||||
Controller.Envelope.Title = oDataForm.EnvelopeTitle
|
||||
Controller.Envelope.ContractType = oDataForm.EnvelopeContractType
|
||||
Controller.Envelope.Subject += " " + oDataForm.EnvelopeTitle
|
||||
Else
|
||||
Me.Close()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user