From 554f871a1ad625643edda89f8db66d5ba763c5bb Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Sat, 12 Apr 2025 12:31:47 +0200 Subject: [PATCH] Added IncomingInvoices to Accounts --- pages/accounts/show/[id].vue | 52 +++++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 9 deletions(-) diff --git a/pages/accounts/show/[id].vue b/pages/accounts/show/[id].vue index 0bb1510..ac266a8 100644 --- a/pages/accounts/show/[id].vue +++ b/pages/accounts/show/[id].vue @@ -1,6 +1,7 @@ @@ -76,21 +113,18 @@ const selectAllocation = (allocation) => { -