andre 4 лет назад
Родитель
Сommit
b239e4af89
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      templates/clientarea.tpl

+ 2 - 2
templates/clientarea.tpl

@@ -68,8 +68,8 @@
                     <tr>
                         <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'}
+                    </tr>
+                    {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>