Skip to content

Commit

Permalink
VAT-499-newpush Added space in between parameters of function
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratiksha Dubey committed Aug 6, 2014
1 parent fe7983e commit 9265ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/Event/Page/EventInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function run() {
$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);
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Event/Page/EventInfo.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
{if $isPriceSet & $feeBlock.isDisplayAmount.$idx}
<td class="fee_amount-value right">
{if isset($feeBlock.tax_amount.$idx)}
{$feeBlock.value.$idx}
{$feeBlock.value.$idx}
{else}
{$feeBlock.value.$idx|crmMoney}
{/if}
Expand Down

0 comments on commit 9265ab2

Please sign in to comment.