From: Magnus Hagander Date: Mon, 16 Jun 2025 12:07:18 +0000 (+0200) Subject: Show transaction sender if there is no description X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpguslink%28?a=commitdiff_plain;h=82f11e4d9f970e0681fa69bce1a2780706f7655a;p=pgeu-system.git Show transaction sender if there is no description --- diff --git a/template/invoices/banktransactions.html b/template/invoices/banktransactions.html index f9461b27..9b0ad9f6 100644 --- a/template/invoices/banktransactions.html +++ b/template/invoices/banktransactions.html @@ -30,7 +30,7 @@ {{trans.created}} {{trans.amount|format_currency}} - {{trans.transtext}} + {%if trans.transtext%}{{trans.transtext}}{%elif trans.sender%}trans.sender{%endif%} {{trans.method.internaldescription}} {{trans.comments}}