fix envelopeid
This commit is contained in:
parent
08ffecaea7
commit
5dd4b3496c
@ -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),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user