fix envelopeid

This commit is contained in:
Jonathan Jenne 2023-12-07 10:13:29 +01:00
parent 08ffecaea7
commit 5dd4b3496c

View File

@ -26,7 +26,7 @@ Public Class ReceiverModel
End If End If
Return New EnvelopeReceiver() With { Return New EnvelopeReceiver() With {
.Id = pRow.ItemEx("RECEIVER_ID", 0), .Id = pRow.ItemEx("GUID", 0),
.Email = pRow.ItemEx("EMAIL_ADDRESS", ""), .Email = pRow.ItemEx("EMAIL_ADDRESS", ""),
.Name = pRow.ItemEx("NAME", ""), .Name = pRow.ItemEx("NAME", ""),
.Sequence = pRow.ItemEx("SEQUENCE", 0), .Sequence = pRow.ItemEx("SEQUENCE", 0),