From c687b244a75f088acb7c337eac61834cdc34fd1d Mon Sep 17 00:00:00 2001 From: Felix Breidenstein Date: Sun, 29 Mar 2020 23:56:59 +0200 Subject: [PATCH] serve: show iban in transaction list --- views/transactions.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/transactions.tpl b/views/transactions.tpl index 9a4bcc6..60e18ca 100644 --- a/views/transactions.tpl +++ b/views/transactions.tpl @@ -23,7 +23,7 @@ {{ t.get_date("de") }} - {{ t.name }} + {{ t.name }}
{{t.iban}} {{ t.description }} {{ t.pretty_amount() }} % if t.category: