Forráskód Böngészése

use zero amount as trial

andre 4 éve
szülő
commit
9056f99696
1 módosított fájl, 1 hozzáadás és 1 törlés
  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-heading" style="font-size: 85%;">{$LANG.clientareahostingregdate}</td>
                         <td class="list-text" style="font-size: 85%;">{$regdate}</td>
                         <td class="list-text" style="font-size: 85%;">{$regdate}</td>
                     </tr>
                     </tr>
-                    {if $billingcycle != 'Gratis-Account'}
+                    {if $billingcycle != 'Gratis-Account' || $firstpaymentamount->toNumeric() > 0}
                         <tr>
                         <tr>
                             <td class="list-heading" style="font-size: 85%;">{$LANG.firstpaymentamount}</td>
                             <td class="list-heading" style="font-size: 85%;">{$LANG.firstpaymentamount}</td>
                             <td class="list-text"  style="font-size: 85%;">{$firstpaymentamount->toNumeric()}</td>
                             <td class="list-text"  style="font-size: 85%;">{$firstpaymentamount->toNumeric()}</td>