New Backend changes
This commit is contained in:
@@ -478,7 +478,7 @@ const setCustomerData = async (customerId, loadOnlyAdress = false) => {
|
||||
}
|
||||
|
||||
const setContactPersonData = async () => {
|
||||
//console.log(itemInfo.value.contactPerson) //TODO: BACKEND CHANGE Set Profile
|
||||
//console.log(itemInfo.value.contactPerson) //TODO Set Profile
|
||||
let profile = await useSupabaseSelectSingle("profiles",itemInfo.value.contactPerson, '*')
|
||||
|
||||
itemInfo.value.contactPersonName = profile.fullName
|
||||
|
||||
Reference in New Issue
Block a user