From 314fdaed58f35c9ea00005cae014ed53197fa6bc Mon Sep 17 00:00:00 2001 From: Emil Date: Mon, 23 Feb 2026 10:08:41 +0100 Subject: [PATCH] feat: show account names in journal entry list Co-Authored-By: Claude Opus 4.6 --- components/bookkeeping/JournalEntryList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/bookkeeping/JournalEntryList.tsx b/components/bookkeeping/JournalEntryList.tsx index 98475cd7..76df8fac 100644 --- a/components/bookkeeping/JournalEntryList.tsx +++ b/components/bookkeeping/JournalEntryList.tsx @@ -209,7 +209,7 @@ export default function JournalEntryList({ periodId }: Props) { - + @@ -220,7 +220,7 @@ export default function JournalEntryList({ periodId }: Props) { .sort((a, b) => a.sort_order - b.sort_order) .map((line) => ( - +
KontoKonto Beskrivning Debet Kredit
{line.line_description || ''}