Browse Source

use zero amount as trial

andre 4 years ago
parent
commit
973209b56d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/clientarea.tpl

+ 1 - 1
templates/clientarea.tpl

@@ -72,7 +72,7 @@
                     {if $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->toNumeric()}</td>
+                            <td class="list-text"  style="font-size: 85%;">{$firstpaymentamount}</td>
                         </tr>
                         <tr>
                             <td class="list-heading" style="font-size: 85%;">{$LANG.recurringamount}</td>