This commit is contained in:
2021-09-13 19:44:59 +00:00
parent 1e5388df87
commit c0517edf4e
2 changed files with 8 additions and 0 deletions

View File

@@ -163,6 +163,9 @@ namespace AyaNova.Biz
po.VendorEmailAddressViz = vnd.EmailAddress;
po.VendorContactViz = vnd.Contact;
po.VendorContactNotesViz = vnd.ContactNotes;
po.VendorPopUpNotesViz=vnd.PopUpNotes;
po.VendorAccountNumberViz=vnd.AccountNumber;
}

View File

@@ -126,6 +126,11 @@ namespace AyaNova.Models
[NotMapped]
public string VendorEmailAddressViz { get; set; }
[NotMapped]
public string VendorPopUpNotesViz { get; set; }
[NotMapped]
public string VendorAccountNumberViz { get; set; }