Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.0.5
-
Fix Version/s: 4.0.7
-
Component/s: Core CiviCRM
-
Labels:None
Description
When I create a price set component (ie. radio buttons etc) in 4.0.5 its visibility is being written out to the database as "Public" but the comparison operator in both the smarty template and the PHP code are comparing case sensitive against 'public'.
The price set pre-field help appears but the fields do not..
To fix I've modified templates/./CRM/Price/Form/PriceSet.tpl to include a comparison for 'Public' and the same in ./CRM/Event/Form/Registration/Register.php