From 2882b6a4daa60383445fe5629c78263c14ef820f Mon Sep 17 00:00:00 2001 From: pratikshad Date: Mon, 13 Apr 2015 11:09:23 +0530 Subject: [PATCH] typo Fix --- CRM/Price/BAO/PriceField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Price/BAO/PriceField.php b/CRM/Price/BAO/PriceField.php index 5de3853f22..b365b93cbf 100644 --- a/CRM/Price/BAO/PriceField.php +++ b/CRM/Price/BAO/PriceField.php @@ -327,7 +327,7 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField { //check for label. $label = $fieldOptions[$optionKey]['label']; if (!empty($qf->_quickConfig) && !empty($qf->_contributionAmount) && strtolower($fieldOptions[$optionKey]['name']) == 'other_amount') { - $label .= ' ' . $currencySymbol; + $label .= ' ' . $currencySymbol; $qf->assign('priceset', $elementName); $extra = array('onclick' => 'useAmountOther();'); } -- 2.25.1