Fix #19 Ansprechpartner nicht auswählbar
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 18s
Build and Push Docker Images / build-frontend (push) Successful in 5m58s

This commit is contained in:
2026-01-11 11:03:11 +01:00
parent 098bd02808
commit b39a52fb20

View File

@@ -1824,7 +1824,7 @@ const setRowData = async (row, service = {sellingPriceComposed: {}}, product = {
> >
<InputGroup> <InputGroup>
<USelectMenu <USelectMenu
:options="contacts.filter(i => i.customer === itemInfo.customer)" :options="contacts.filter(i => i.customer?.id === itemInfo.customer)"
option-attribute="fullName" option-attribute="fullName"
value-attribute="id" value-attribute="id"
:search-attributes="['name']" :search-attributes="['name']"