From ba6406b4b557a9e0449e9d0188865448f08d61d8 Mon Sep 17 00:00:00 2001 From: pitzm Date: Wed, 6 Dec 2023 13:03:46 +0100 Subject: [PATCH] 06-12-23 --- EnvelopeGenerator.Common/Entities/Envelope.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnvelopeGenerator.Common/Entities/Envelope.vb b/EnvelopeGenerator.Common/Entities/Envelope.vb index 64f0286b..e6bd1fb3 100644 --- a/EnvelopeGenerator.Common/Entities/Envelope.vb +++ b/EnvelopeGenerator.Common/Entities/Envelope.vb @@ -3,7 +3,7 @@ Public Property UserId As Integer Public Property Title As String = "" Public Property ContractType As Constants.ContractType - Public Property Status As Constants.EnvelopeStatus + Public Property Status As Constants.EnvelopeStatus = Constants.EnvelopeStatus.EnvelopeCreated Public Property Uuid As String = Guid.NewGuid.ToString() Public Property Subject As String = My.Resources.Envelope.You_received_a_document_to_sign_