typo Fix
authorpratikshad <pratiksha.dubey@webaccess.co.in>
Mon, 13 Apr 2015 05:39:23 +0000 (11:09 +0530)
committerpratikshad <pratiksha.dubey@webaccess.co.in>
Mon, 13 Apr 2015 05:39:23 +0000 (11:09 +0530)
CRM/Price/BAO/PriceField.php

index 5de3853f2250259d4e05b42a4e432d358c8aba0e..b365b93cbfbbacba09dbf785afab00b037a0de3d 100644 (file)
@@ -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();');
           }