Browse Source

use zero amount as trial

andre 4 năm trước cách đây
mục cha
commit
e7658a4b96
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 $firstpaymentamount->toNumeric() > 0.00}
+                    </tr>
+                    {if $billingcycle != 'Gratis-Account'}
                         <tr>
                             <td class="list-heading" style="font-size: 85%;">{$LANG.firstpaymentamount}</td>
                             <td class="list-text"  style="font-size: 85%;">{$firstpaymentamount->toNumeric()}</td>