Merge pull request #5255 from totten/master-replyto-setting
[civicrm-core.git] / CRM / Price / BAO / PriceField.php
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') . ')';
           }