mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 09:38:35 +02:00
fix: unable to display exchange projected income value
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
{% if account.exchanged and account.exchanged.income_projected %}
|
{% if account.exchanged and account.exchanged.income_projected %}
|
||||||
<div class="text-end font-monospace tw-text-gray-500">
|
<div class="text-end font-monospace tw-text-gray-500">
|
||||||
<c-amount.display
|
<c-amount.display
|
||||||
:amount="account.exchanged.currency.income_projected"
|
:amount="account.exchanged.income_projected"
|
||||||
:prefix="account.exchanged.currency.prefix"
|
:prefix="account.exchanged.currency.prefix"
|
||||||
:suffix="account.exchanged.currency.suffix"
|
:suffix="account.exchanged.currency.suffix"
|
||||||
:decimal_places="account.exchanged.currency.decimal_places"></c-amount.display>
|
:decimal_places="account.exchanged.currency.decimal_places"></c-amount.display>
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
{% if currency.exchanged and currency.exchanged.income_projected %}
|
{% if currency.exchanged and currency.exchanged.income_projected %}
|
||||||
<div class="text-end font-monospace tw-text-gray-500">
|
<div class="text-end font-monospace tw-text-gray-500">
|
||||||
<c-amount.display
|
<c-amount.display
|
||||||
:amount="currency.exchanged.currency.income_projected"
|
:amount="currency.exchanged.income_projected"
|
||||||
:prefix="currency.exchanged.currency.prefix"
|
:prefix="currency.exchanged.currency.prefix"
|
||||||
:suffix="currency.exchanged.currency.suffix"
|
:suffix="currency.exchanged.currency.suffix"
|
||||||
:decimal_places="currency.exchanged.currency.decimal_places"></c-amount.display>
|
:decimal_places="currency.exchanged.currency.decimal_places"></c-amount.display>
|
||||||
|
|||||||
Reference in New Issue
Block a user