diff --git a/ledger_pyreport/jinja2/transactions.html b/ledger_pyreport/jinja2/transactions.html index 1fbcd54..4828896 100644 --- a/ledger_pyreport/jinja2/transactions.html +++ b/ledger_pyreport/jinja2/transactions.html @@ -61,7 +61,7 @@ {% endif %} {% for transaction in transactions %} - {% for posting in transaction.postings if (posting.amount.amount >= 0.05 or posting.amount.amount < -0.05) and posting.account != account %} + {% for posting in transaction.postings if posting.account != account %} {% set amount = posting.exchange(report_currency, transaction.date) %} {% if loop.first %}{{ transaction.date.strftime('%Y-%m-%d') }}{% endif %}