Show also this account's posting comment in transaction list
This commit is contained in:
parent
b729b53ceb
commit
56959cda22
@ -83,6 +83,20 @@
|
|||||||
<td></td>
|
<td></td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
{# This account's comment #}
|
||||||
|
{% if account %}
|
||||||
|
{% for posting in transaction.postings if posting.account == account and posting.comment %}
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td style="padding-left: 0.75em;">{{ posting.comment }}</td>
|
||||||
|
<td></td>
|
||||||
|
<td></td>
|
||||||
|
<td></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% for posting in transaction.postings if posting.account != account %}
|
{% for posting in transaction.postings if posting.account != account %}
|
||||||
|
Loading…
Reference in New Issue
Block a user