projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99ec283
)
CRM-15240
author
atif-shaikh
<shaikh388@gmail.com>
Thu, 11 Sep 2014 13:57:35 +0000
(19:27 +0530)
committer
atif-shaikh
<shaikh388@gmail.com>
Thu, 11 Sep 2014 13:57:35 +0000
(19:27 +0530)
CRM/Event/Form/Registration/Register.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/Form/Registration/Register.php
b/CRM/Event/Form/Registration/Register.php
index 3438149ab0488dd7708585abaab4a2681832f15b..bc26ae04e3fdf7122b219ccb4ade221036a9930f 100644
(file)
--- a/
CRM/Event/Form/Registration/Register.php
+++ b/
CRM/Event/Form/Registration/Register.php
@@
-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.