From: atif-shaikh Date: Wed, 28 Jan 2015 14:52:13 +0000 (+0530) Subject: QA Fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a14eff52871cbb020cf21e2a421436577b1a2afc;p=civicrm-core.git QA Fix --- diff --git a/CRM/Event/Form/Registration/AdditionalParticipant.php b/CRM/Event/Form/Registration/AdditionalParticipant.php index 0c7287047a..7c86b01c61 100644 --- a/CRM/Event/Form/Registration/AdditionalParticipant.php +++ b/CRM/Event/Form/Registration/AdditionalParticipant.php @@ -767,4 +767,5 @@ class CRM_Event_Form_Registration_AdditionalParticipant extends CRM_Event_Form_R } return FALSE; } + } diff --git a/CRM/Price/BAO/PriceField.php b/CRM/Price/BAO/PriceField.php index 709e5546f6..d9bf0668b3 100644 --- a/CRM/Price/BAO/PriceField.php +++ b/CRM/Price/BAO/PriceField.php @@ -495,7 +495,7 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField { } // CRM-14696 - Improve display for sold out price set options else { - $opt['id'] = 'crm_disabled_opt-'.$opt['id']; + $opt['id'] = 'crm_disabled_opt-' . $opt['id']; $opt['label'] = $opt['label'] . ' (' . ts('Sold out') . ')'; }