This commit is contained in:
@@ -293,10 +293,9 @@ todo: many biz objects are not using new PUT methodology
|
||||
|
||||
|
||||
|
||||
CURRENTLY DOING: Address - select alternate
|
||||
Need a unit on wo to see if it properly gets unit address
|
||||
then implement UI to set
|
||||
(also need to ensure no dupes in addresses)
|
||||
CURRENTLY DOING: alternate address selector completion
|
||||
- currently it's not showing all the addresses available when headoffice
|
||||
- needs display and button / code to copy address selected
|
||||
|
||||
Address
|
||||
- add get route customer/bill-to-address
|
||||
|
||||
@@ -602,6 +602,15 @@ function formatAddress(o) {
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
[ { "name": "Anderson, Price and Cormier",
|
||||
"viz": "0607 Gusikowski Grove West Juston Kansas Tonga , lat 53.8735, long -94.0396",
|
||||
"src": {
|
||||
"customerpost": { "name": "Anderson, Price and Cormier", "postAddress": "29693 Autumn Terrace", "postCity": "West Juston", "postRegion": "Kansas", "postCountry": "Tonga", "postCode": "99517" },
|
||||
"customerphys": { "name": "Anderson, Price and Cormier", "address": "0607 Gusikowski Grove", "city": "West Juston", "region": "Kansas", "country": "Tonga", "latitude": 53.8735, "longitude": -94.0396 },
|
||||
"headofficepost": { "name": "Pfannerstill, Wilderman and Boyer", "postAddress": "41501 Grover Loop", "postCity": "South Alice", "postRegion": "Alaska", "postCountry": "Brazil", "postCode": "34640" } } }
|
||||
]
|
||||
|
||||
postAddress: null,
|
||||
postCity: null,
|
||||
postRegion: null,
|
||||
|
||||
Reference in New Issue
Block a user