home
·
contact
·
privacy
projects
/
ledgplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9677e7e
)
Restore currency display in /balance view.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 14 Apr 2025 06:35:02 +0000
(08:35 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 14 Apr 2025 06:35:02 +0000
(08:35 +0200)
src/templates/balance.tmpl
patch
|
blob
|
history
diff --git
a/src/templates/balance.tmpl
b/src/templates/balance.tmpl
index 04bacb25fc1441ec6e425368502a4ce4af7c150c..4f8533c65ce8a74e3088b5a7db1963f0ae5766a1 100644
(file)
--- a/
src/templates/balance.tmpl
+++ b/
src/templates/balance.tmpl
@@
-28,7
+28,7
@@
span.indent {
{% macro tr_money_balance(amount, currency) %}
<tr>
<td class="balance amount">{{amount}}</td>
- <td class="balance currency">{{ macros.currency_short(curr) }}</td>
+ <td class="balance currency">{{ macros.currency_short(curr
ency
) }}</td>
</tr>
{% endmacro %}
{% if account.get_wealth(block_id).moneys|length > 0 %}