projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6dcd4
)
CRM-14696 - make sold out options a bit easier to see by making the entire option...
author
Dave Greenberg
<dave@civicrm.org>
Thu, 18 Dec 2014 00:02:18 +0000
(16:02 -0800)
committer
Dave 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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Price/BAO/PriceField.php
b/CRM/Price/BAO/PriceField.php
index a1bc87c119983425f402fd9a68fc5c06b6968d3f..75aeb4edbda16ab5b45b6519159155daaa4f077a 100644
(file)
--- a/
CRM/Price/BAO/PriceField.php
+++ b/
CRM/Price/BAO/PriceField.php
@@
-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') . ')';
}