This commit is contained in:
@@ -163,6 +163,9 @@ namespace AyaNova.Biz
|
|||||||
po.VendorEmailAddressViz = vnd.EmailAddress;
|
po.VendorEmailAddressViz = vnd.EmailAddress;
|
||||||
po.VendorContactViz = vnd.Contact;
|
po.VendorContactViz = vnd.Contact;
|
||||||
po.VendorContactNotesViz = vnd.ContactNotes;
|
po.VendorContactNotesViz = vnd.ContactNotes;
|
||||||
|
|
||||||
|
po.VendorPopUpNotesViz=vnd.PopUpNotes;
|
||||||
|
po.VendorAccountNumberViz=vnd.AccountNumber;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -126,6 +126,11 @@ namespace AyaNova.Models
|
|||||||
[NotMapped]
|
[NotMapped]
|
||||||
public string VendorEmailAddressViz { get; set; }
|
public string VendorEmailAddressViz { get; set; }
|
||||||
|
|
||||||
|
[NotMapped]
|
||||||
|
public string VendorPopUpNotesViz { get; set; }
|
||||||
|
[NotMapped]
|
||||||
|
public string VendorAccountNumberViz { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user