From 19287836a4be87ac541723b7964333340a252c49 Mon Sep 17 00:00:00 2001 From: cay Date: Fri, 27 Mar 2026 13:01:19 +0000 Subject: [PATCH] Alle anzeigen lassen --- routes/billing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/billing.js b/routes/billing.js index 778c47e..97f7fc6 100644 --- a/routes/billing.js +++ b/routes/billing.js @@ -47,7 +47,7 @@ router.get('/', requireAdmin, async (req, res) => { const period = req.query.period || currentPeriod(); const [runs] = await db.query( - 'SELECT * FROM billing_runs ORDER BY created_at DESC LIMIT 10' + 'SELECT * FROM billing_runs ORDER BY created_at DESC' ); const [invoices] = await db.query(`