case 3976
This commit is contained in:
@@ -142,6 +142,7 @@ namespace AyaNova.Biz
|
||||
var vnd = await ct.Vendor.AsNoTracking().Where(x => x.Id == po.VendorId).FirstOrDefaultAsync();
|
||||
|
||||
po.VendorViz = vnd.Name;
|
||||
po.VendorAlertNotesViz = vnd.AlertNotes;
|
||||
if (forReporting)
|
||||
{
|
||||
po.VendorAddressViz = vnd.Address;
|
||||
@@ -164,7 +165,7 @@ namespace AyaNova.Biz
|
||||
po.VendorContactViz = vnd.Contact;
|
||||
po.VendorContactNotesViz = vnd.ContactNotes;
|
||||
|
||||
po.VendorPopUpNotesViz = vnd.PopUpNotes;
|
||||
|
||||
po.VendorAccountNumberViz = vnd.AccountNumber;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user