Merge pull request #12594 from eileenmcnaughton/sales_tax_trait
[civicrm-core.git] / templates / CRM / Contribute / Page / PaymentInfo.tpl
index 039eacaa9d3ddf4d55d9542b1259f1e494beb8a0..4c9d8cc1f4fcc0d74ba303fae9c6c9ecdfe577dd 100644 (file)
@@ -1,6 +1,6 @@
 {*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.7                                                |
+ | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2018                                |
  +--------------------------------------------------------------------+
@@ -36,7 +36,7 @@ CRM.$(function($) {
         $("#payment-info").html(html).trigger('crmLoad');
       }
     });
-
+    // Fixme: Possible bug - the following line won't be processed by smarty because it's in a literal block
     var taxAmount = "{$totalTaxAmount}";
     if (taxAmount) {
       $('.total_amount-section').show();