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) {
| Konto | +Konto | Beskrivning | Debet | Kredit | @@ -220,7 +220,7 @@ export default function JournalEntryList({ periodId }: Props) { .sort((a, b) => a.sort_order - b.sort_order) .map((line) => (
|---|---|---|---|---|
| {line.line_description || ''} |