From 93e0466dd15a28299653935a5b9ef6a2abae7822 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Tue, 28 Jan 2025 00:08:13 +1100 Subject: [PATCH] Link account names on statement lines view to account transaction listing --- src/pages/StatementLinesView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/StatementLinesView.vue b/src/pages/StatementLinesView.vue index d39d698..f839491 100644 --- a/src/pages/StatementLinesView.vue +++ b/src/pages/StatementLinesView.vue @@ -361,7 +361,7 @@ rows.push( ` ${ checkboxCell } - ${ line.source_account } + ${ line.source_account } ${ dayjs(line.dt).format('YYYY-MM-DD') } ${ line.description } ${ reconciliationCell }