Merge branch '4.5' into 4.6
authorColeman Watts <coleman@civicrm.org>
Thu, 12 Mar 2015 15:31:43 +0000 (11:31 -0400)
committerColeman Watts <coleman@civicrm.org>
Thu, 12 Mar 2015 15:31:43 +0000 (11:31 -0400)
1  2 
CRM/Event/Form/EventFees.php
templates/CRM/Event/Form/Participant.tpl

index 48b1cbff942ac84f2a72d1b458f42e5b58aeb905,e102ec4831d28a440aa4957fff49bd89e928115e..cb7d423b381f76d0d57db99b81965dc0cbbdbe76
@@@ -401,10 -391,9 +401,10 @@@ SELECT  id, html_typ
          $element = $form->add('select', 'discount_id',
            ts('Discount Set'),
            array(
 -            0 => ts('- select -')) + $discounts,
 +            0 => ts('- select -'),
 +          ) + $discounts,
            FALSE,
-           array('onchange' => "buildFeeBlock( {$form->_eventId}, this.value );")
+           array('class' => "crm-select2")
          );
  
          if ($form->_online) {