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 >