diff --git a/src/pages/InvoiceOut/InvoiceOutList.vue b/src/pages/InvoiceOut/InvoiceOutList.vue index f5a4f7d80..389807344 100644 --- a/src/pages/InvoiceOut/InvoiceOutList.vue +++ b/src/pages/InvoiceOut/InvoiceOutList.vue @@ -37,7 +37,7 @@ const columns = computed(() => [ }, isId: true, columnFilter: { - name: 'search', + name: 'id', }, }, { @@ -74,7 +74,9 @@ const columns = computed(() => [ component: 'select', attrs: { url: 'Clients', - fields: ['id', 'name'], + fields: ['id', 'socialName'], + optionLabel: 'socialName', + optionValue: 'id', }, columnField: { component: null,