Merge branch 'devCorrected' into 'beta'

Dev corrected

See merge request fedeo/software!22
This commit is contained in:
2025-10-10 06:21:25 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -485,14 +485,15 @@ const setCustomerData = async (customerId, loadOnlyAdress = false) => {
const setContactPersonData = async () => {
//console.log(itemInfo.value.contactPerson) //TODO: BACKEND CHANGE Set Profile
let profile = (await useNuxtApp().$api(`/api/user/${itemInfo.value.created_by}`, {
method: "GET"
})).profile
itemInfo.value.contactPersonName = profile.full_name
itemInfo.value.contactTel = profile.mobile_tel || profile.fixed_tel || ""
itemInfo.value.contactEMail = profile.email
if(itemInfo.value.created_by) {
let profile = (await useNuxtApp().$api(`/api/user/${itemInfo.value.created_by}`, {
method: "GET"
})).profile
itemInfo.value.contactPersonName = profile.full_name
itemInfo.value.contactTel = profile.mobile_tel || profile.fixed_tel || ""
itemInfo.value.contactEMail = profile.email
}
}
const showAdvanceInvoiceCalcModal = ref(false)

View File

@@ -748,7 +748,7 @@ export const useDataStore = defineStore('data', () => {
inputType: "text",
inputColumn: "Abrechnung"
},{
key: 'bankinBIC',
key: 'bankingBIC',
label: "BIC",
inputType: "text",
inputColumn: "Abrechnung"