mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fix #3355
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<td style="text-align:right;">
|
<td style="text-align:right;">
|
||||||
{{ formatAmountBySymbol(bill.amount_max, bill.currency_symbol, bill.currency_decimal_places) }}
|
{{ formatAmountBySymbol(bill.amount_max, bill.currency_symbol, bill.currency_decimal_places) }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td data-value="{{ bill.expected_dates[0].format('Y-m-d')|default('0000-00-00') }}">
|
||||||
{% for date in bill.expected_dates %}
|
{% for date in bill.expected_dates %}
|
||||||
{{ date.formatLocalized(monthAndDayFormat) }}<br/>
|
{{ date.formatLocalized(monthAndDayFormat) }}<br/>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user