home · contact · privacy
Restore currency display in /balance view.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 14 Apr 2025 06:35:02 +0000 (08:35 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 14 Apr 2025 06:35:02 +0000 (08:35 +0200)
src/templates/balance.tmpl

index 04bacb25fc1441ec6e425368502a4ce4af7c150c..4f8533c65ce8a74e3088b5a7db1963f0ae5766a1 100644 (file)
@@ -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(currency) }}</td>
     </tr>
 {% endmacro %}
 {% if account.get_wealth(block_id).moneys|length > 0 %}