Compare commits
2 Commits
03f24e6d61
...
a049166d83
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a049166d83 | ||
|
|
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),
|
||||||
|
|||||||
Reference in New Issue
Block a user