From dd218361f0dcb20045f89b35b25ad3b9de1a7ce5 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 25 Apr 2025 14:17:46 +0200 Subject: [PATCH] fix: refs #7939 add orderBy property to columns configuration in EntryPreAccount.vue --- src/pages/Entry/EntryPreAccount.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Entry/EntryPreAccount.vue b/src/pages/Entry/EntryPreAccount.vue index 26683b6f4..feb26604c 100644 --- a/src/pages/Entry/EntryPreAccount.vue +++ b/src/pages/Entry/EntryPreAccount.vue @@ -73,6 +73,7 @@ const columns = computed(() => [ optionLabel: 'code', options: companies.value, }, + orderBy: false, }, { name: 'warehouse',