QA Fix
authoratif-shaikh <shaikh388@gmail.com>
Wed, 28 Jan 2015 14:52:13 +0000 (20:22 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Thu, 12 Feb 2015 07:28:57 +0000 (12:58 +0530)
CRM/Event/Form/Registration/AdditionalParticipant.php
CRM/Price/BAO/PriceField.php

index 0c7287047adc57ad497acb7a406adb308af35796..7c86b01c618866b7b6ba6f43723f713ce22a9474 100644 (file)
@@ -767,4 +767,5 @@ class CRM_Event_Form_Registration_AdditionalParticipant extends CRM_Event_Form_R
     }
     return FALSE;
   }
+
 }
index 709e5546f69bf715e8d06efbac30f6a6985ef1c0..d9bf0668b3926f9b3d443c9f629564b74213cef0 100644 (file)
@@ -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') . ')';
           }