Prechádzať zdrojové kódy

use zero amount as trial

andre 4 rokov pred
rodič
commit
532b7c9165
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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' || $firstpaymentamount->toNumeric() > 0}
+                    {if $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>