case 4341
This commit is contained in:
@@ -1775,7 +1775,7 @@ namespace AyaNova.Util
|
||||
gbiz.PostCity = gbiz.City;
|
||||
gbiz.PostRegion = gbiz.Region;
|
||||
gbiz.PostCountry = gbiz.Country;
|
||||
gbiz.PostCode = Fake.Address.ZipCode();
|
||||
gbiz.AddressPostal = gbiz.PostCode = Fake.Address.ZipCode();
|
||||
gbiz.Phone1 = Fake.Phone.PhoneNumber();
|
||||
gbiz.Phone2 = Fake.Phone.PhoneNumber();
|
||||
gbiz.WebAddress = Fake.Internet.Protocol() + "://example." + Fake.Internet.DomainSuffix();
|
||||
@@ -1965,7 +1965,7 @@ namespace AyaNova.Util
|
||||
o.PostCity = o.City;
|
||||
o.PostRegion = o.Region;
|
||||
o.PostCountry = o.Country;
|
||||
o.PostCode = Fake.Address.ZipCode();
|
||||
o.AddressPostal = o.PostCode = Fake.Address.ZipCode();
|
||||
|
||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||
@@ -2049,7 +2049,7 @@ namespace AyaNova.Util
|
||||
o.PostCity = o.City;
|
||||
o.PostRegion = o.Region;
|
||||
o.PostCountry = o.Country;
|
||||
o.PostCode = Fake.Address.ZipCode();
|
||||
o.AddressPostal = o.PostCode = Fake.Address.ZipCode();
|
||||
|
||||
o.Phone1 = Fake.Phone.PhoneNumber();
|
||||
o.Phone2 = Fake.Phone.PhoneNumber();
|
||||
@@ -2995,7 +2995,7 @@ namespace AyaNova.Util
|
||||
o.City = cust.City;
|
||||
o.Region = cust.Region;
|
||||
o.Country = cust.Country;
|
||||
|
||||
o.AddressPostal = cust.PostCode;
|
||||
|
||||
if (cust.BillHeadOffice && cust.HeadOfficeId != null)
|
||||
{
|
||||
@@ -3004,7 +3004,7 @@ namespace AyaNova.Util
|
||||
o.PostCity = head.PostCity;
|
||||
o.PostRegion = head.PostRegion;
|
||||
o.PostCountry = head.PostCountry;
|
||||
o.PostCode = head.PostCode;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -3013,7 +3013,6 @@ namespace AyaNova.Util
|
||||
o.PostCity = cust.PostCity;
|
||||
o.PostRegion = cust.PostRegion;
|
||||
o.PostCountry = cust.PostCountry;
|
||||
o.PostCode = cust.PostCode;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3475,7 +3474,7 @@ namespace AyaNova.Util
|
||||
o.City = cust.City;
|
||||
o.Region = cust.Region;
|
||||
o.Country = cust.Country;
|
||||
|
||||
o.AddressPostal = cust.PostCode;
|
||||
|
||||
if (cust.BillHeadOffice && cust.HeadOfficeId != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user