CRM-14696 - make sold out options a bit easier to see by making the entire option...
authorDave Greenberg <dave@civicrm.org>
Thu, 18 Dec 2014 00:02:18 +0000 (16:02 -0800)
committerDave Greenberg <dave@civicrm.org>
Thu, 18 Dec 2014 00:02:18 +0000 (16:02 -0800)
----------------------------------------
* CRM-14696:
  https://issues.civicrm.org/jira/browse/CRM-14696

CRM/Price/BAO/PriceField.php

index a1bc87c119983425f402fd9a68fc5c06b6968d3f..75aeb4edbda16ab5b45b6519159155daaa4f077a 100644 (file)
@@ -470,7 +470,7 @@ class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
             $allowedOptions[] = $opt['id'];
           }
           // CRM-14696 - Improve display for sold out price set options
-          else {            
+          else {
             $opt['label'] = $opt['label'] . ' (' . ts('Sold out') . ')';
           }