James Cole
2025-02-01 12:50:48 +01:00
parent f7b14b01bc
commit 8e4bdbc584
2 changed files with 8 additions and 5 deletions

View File

@@ -84,7 +84,7 @@
{% endif %}
</td>
<td class="hidden-sm hidden-xs" style="text-align:right;">
{% if null != piggy.target_amount %}
{% if null != piggy.target_amount and 0 != piggy.target_amount %}
<span title="{{ 'target_amount'|_ }}">{{ formatAmountBySymbol(piggy.target_amount,piggy.currency_symbol,piggy.currency_decimal_places) }}</span>
{% endif %}
</td>