dev #61

Merged
flfeders merged 31 commits from dev into main 2026-01-15 11:29:15 +00:00
Showing only changes of commit b39a52fb20 - Show all commits

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']"