From 00063ae20aeb31c794f91033da60c780d44fc58c Mon Sep 17 00:00:00 2001 From: jorgep Date: Tue, 15 Apr 2025 16:27:25 +0200 Subject: [PATCH] fix: refs #8277 update entry account options to use 'code' for value and sorting --- src/pages/Entry/EntryPreAccount.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/Entry/EntryPreAccount.vue b/src/pages/Entry/EntryPreAccount.vue index c19370cc0..7e6f22b59 100644 --- a/src/pages/Entry/EntryPreAccount.vue +++ b/src/pages/Entry/EntryPreAccount.vue @@ -172,8 +172,8 @@ const columns = computed(() => [ name: 'accountType', options: entryAccounts.value, optionLabel: 'type', - optionValue: 'id', - sortBy: 'id', + optionValue: 'code', + sortBy: 'code', }, }, { @@ -333,8 +333,10 @@ async function createInvoice() { />