소스 검색

use zero amount as trial

andre 4 년 전
부모
커밋
9056f99696
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/clientarea.tpl

+ 1 - 1
templates/clientarea.tpl

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