Compare commits
1 Commits
MS-Form-Wo
...
feat/read-
| Author | SHA1 | Date | |
|---|---|---|---|
| 796b233ba4 |
@@ -50,6 +50,11 @@ Public Class EnvelopeEditorController
|
||||
Public Function ValidateEnvelopeForSending(pErrors As List(Of String)) As List(Of String)
|
||||
Dim oEnvelopeErrors = pErrors
|
||||
|
||||
Dim requiresSignature = (Envelope.ContractType = ContractType.ReadAndSign)
|
||||
If requiresSignature = False Then
|
||||
Return oEnvelopeErrors
|
||||
End If
|
||||
|
||||
If ElementModel.ElementsExist(Envelope.Id) = False Then
|
||||
oEnvelopeErrors.Add(Resources.Envelope.Missing_Elements)
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user