Fixed the net balance in the line items in the journal entry detail.
This commit is contained in:
parent
def7559457
commit
fdd3e93778
@ -50,10 +50,10 @@ First written: 2023/3/14
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% if line_item.balance %}
|
{% if line_item.net_balance %}
|
||||||
<div class="d-flex justify-content-between">
|
<div class="d-flex justify-content-between">
|
||||||
<div>{{ A_("Net balance") }}</div>
|
<div>{{ A_("Net balance") }}</div>
|
||||||
<div>{{ line_item.balance|accounting_format_amount }}</div>
|
<div>{{ line_item.net_balance|accounting_format_amount }}</div>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="d-flex justify-content-between">
|
<div class="d-flex justify-content-between">
|
||||||
|
Loading…
Reference in New Issue
Block a user