New Backend changes

This commit is contained in:
2025-09-02 18:47:12 +02:00
parent af86fdd8ed
commit 42edd626fd
5 changed files with 15 additions and 31 deletions

View File

@@ -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