From dc3064acc652f2bf357823d70cc349242d352c23 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Wed, 20 May 2026 13:49:00 -0500 Subject: [PATCH] toggleSection --- public/js/views/accounting-view.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/views/accounting-view.js b/public/js/views/accounting-view.js index 7f11500..c7182d5 100644 --- a/public/js/views/accounting-view.js +++ b/public/js/views/accounting-view.js @@ -694,5 +694,6 @@ window.accountingView = { loadProfitLoss, loadBalanceSheet, loadExpenses, - openNewExpense + openNewExpense, + toggleSection }; \ No newline at end of file