|
|
@@ -69,10 +69,10 @@
|
|
|
<td class="list-heading" style="font-size: 85%;">{$LANG.clientareahostingregdate}</td>
|
|
|
<td class="list-text" style="font-size: 85%;">{$regdate}</td>
|
|
|
</tr>{debug}
|
|
|
- {if $billingcycle != 'Gratis-Account' || $firstpaymentamount->toNumeric() > 0.00}
|
|
|
+ {if $billingcycle != 'Gratis-Account' || $firstpaymentamount->toNumeric() != 0.00}
|
|
|
<tr>
|
|
|
<td class="list-heading" style="font-size: 85%;">{$LANG.firstpaymentamount}</td>
|
|
|
- <td class="list-text" style="font-size: 85%;">{$firstpaymentamount}</td>
|
|
|
+ <td class="list-text" style="font-size: 85%;">{$firstpaymentamount->toNumeric()}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td class="list-heading" style="font-size: 85%;">{$LANG.recurringamount}</td>
|