From 9265ab25fc6c561e4de553659877ee396b39ddc0 Mon Sep 17 00:00:00 2001 From: Pratiksha Dubey Date: Wed, 6 Aug 2014 17:46:35 +0530 Subject: [PATCH] VAT-499-newpush Added space in between parameters of function --- CRM/Event/Page/EventInfo.php | 2 +- templates/CRM/Event/Page/EventInfo.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/Page/EventInfo.php b/CRM/Event/Page/EventInfo.php index d34e2ab189..d67074e919 100644 --- a/CRM/Event/Page/EventInfo.php +++ b/CRM/Event/Page/EventInfo.php @@ -145,7 +145,7 @@ class CRM_Event_Page_EventInfo extends CRM_Core_Page { $labelClass = 'price_set_field-label'; } // show tax rate with amount - $invoiceSettings = CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::CONTRIBUTE_PREFERENCES_NAME,'contribution_invoice_settings'); + $invoiceSettings = CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::CONTRIBUTE_PREFERENCES_NAME, 'contribution_invoice_settings'); $taxTerm = CRM_Utils_Array::value('tax_term', $invoiceSettings); $displayOpt = CRM_Utils_Array::value('tax_display_settings', $invoiceSettings); $invoicing = CRM_Utils_Array::value('invoicing', $invoiceSettings); diff --git a/templates/CRM/Event/Page/EventInfo.tpl b/templates/CRM/Event/Page/EventInfo.tpl index 7b7684b54c..0c704b631c 100644 --- a/templates/CRM/Event/Page/EventInfo.tpl +++ b/templates/CRM/Event/Page/EventInfo.tpl @@ -218,7 +218,7 @@ {if $isPriceSet & $feeBlock.isDisplayAmount.$idx} {if isset($feeBlock.tax_amount.$idx)} - {$feeBlock.value.$idx} + {$feeBlock.value.$idx} {else} {$feeBlock.value.$idx|crmMoney} {/if} -- 2.25.1