CRM-15240
authoratif-shaikh <shaikh388@gmail.com>
Thu, 11 Sep 2014 13:57:35 +0000 (19:27 +0530)
committeratif-shaikh <shaikh388@gmail.com>
Thu, 11 Sep 2014 13:57:35 +0000 (19:27 +0530)
CRM/Event/Form/Registration/Register.php

index 3438149ab0488dd7708585abaab4a2681832f15b..bc26ae04e3fdf7122b219ccb4ade221036a9930f 100644 (file)
@@ -547,12 +547,6 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
    * @static
    */
   static public function buildAmount(&$form, $required = TRUE, $discountId = NULL) {
-    // build amount only when needed, skip incase of event full and waitlisting is enabled
-    // and few other conditions check preProcess()
-    if (!empty($form->_noFees)) {
-      return;
-    }
-
     //if payment done, no need to build the fee block.
     if (!empty($form->_paymentId)) {
       //fix to display line item in update mode.