New Backend changes

This commit is contained in:
2025-09-02 19:10:59 +02:00
parent 27af6a0953
commit 8d5e158d59
4 changed files with 33 additions and 18 deletions

View File

@@ -478,7 +478,7 @@ const setCustomerData = async (customerId, loadOnlyAdress = false) => {
}
const setContactPersonData = async () => {
//console.log(itemInfo.value.contactPerson) //TODO Set Profile
//console.log(itemInfo.value.contactPerson) //TODO: BACKEND CHANGE Set Profile
let profile = await useSupabaseSelectSingle("profiles",itemInfo.value.contactPerson, '*')
itemInfo.value.contactPersonName = profile.fullName