From 1535be957f58ff454e3f880f7dbaae78839a05c0 Mon Sep 17 00:00:00 2001 From: jorgep Date: Tue, 13 May 2025 13:26:20 +0200 Subject: [PATCH] feat: refs #8388 enable auto-load --- 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 1b9f3222b..2a23c75ea 100644 --- a/src/pages/Entry/EntryPreAccount.vue +++ b/src/pages/Entry/EntryPreAccount.vue @@ -403,6 +403,7 @@ async function createInvoice() { (data) => (totalAmount = data?.reduce((acc, entry) => acc + entry.amount, 0)) " :selection-fn="(rows) => rows.filter((row) => !row.isBooked)" + auto-load >