CRM-16592: For the fee label filter on the participant listing report, show the price...
authorFrank J. Gómez <frank@ginkgostreet.com>
Fri, 29 May 2015 21:11:32 +0000 (17:11 -0400)
committerFrank J. Gómez <frank@ginkgostreet.com>
Fri, 29 May 2015 21:11:32 +0000 (17:11 -0400)
CRM/Report/Form/Event/ParticipantListing.php

index 4822876e3a48ff7de97a0f80579778a40c46a06a..b0947731eb04d9805cbba38cce7d2d1df45cada6 100644 (file)
@@ -441,7 +441,7 @@ class CRM_Report_Form_Event_ParticipantListing extends CRM_Report_Form_Event {
    */
   public function getPriceLevels() {
     $query = "
-SELECT CONCAT(cv.label, ' (', ps.title, ')') label, cv.id
+SELECT CONCAT(cv.label, ' (', ps.title, ' - ', cf.label , ')') label, cv.id
 FROM civicrm_price_field_value cv
 LEFT JOIN civicrm_price_field cf
   ON cv.price_field_id = cf.id