case 4341

This commit is contained in:
2022-12-13 22:49:47 +00:00
parent 722b968aa5
commit 3abe0c0379
6 changed files with 16 additions and 7 deletions

View File

@@ -487,6 +487,7 @@ namespace AyaNova.Biz
newObj.City = cust.City;
newObj.Region = cust.Region;
newObj.Country = cust.Country;
newObj.AddressPostal = cust.AddressPostal;
newObj.Latitude = cust.Latitude;
newObj.Longitude = cust.Longitude;
@@ -5270,6 +5271,7 @@ namespace AyaNova.Biz
//o.CompleteByDate=??
wo.ContractId = p.ContractId;
wo.Country = p.Country;
wo.AddressPostal = p.AddressPostal;
wo.CreatedDate = DateTime.UtcNow;
wo.CustomerContactName = p.CustomerContactName;
wo.CustomerId = p.CustomerId;