Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 4.2.1
-
Fix Version/s: Unscheduled
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
Not sure if this is a bug or just something we wanted…
Price sets don't display any of the descriptions added to them, I made a hack fix, not sure if this wants to be done properly or not.
In CRM/Price/BAO/Field.php, line 323, I added
$opt['label'] .= '<span class="radio_description">' . $opt['description'] . '</span>';
I've only done it for Radio buttons, but you get the idea.
Attachments
Issue Links
- has patch in
-
CRM-12252 What is price set price option description for?
- Done/Fixed