Merge pull request #12594 from eileenmcnaughton/sales_tax_trait
[civicrm-core.git] / templates / CRM / Contribute / Page / PaymentInfo.tpl
index 0a4ffacecb2bc2810271766cfcd9974f545c4eab..4c9d8cc1f4fcc0d74ba303fae9c6c9ecdfe577dd 100644 (file)
@@ -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();