From 783f37d94f6d17ff8ee55c22602bfc38b8c0d08e Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Wed, 21 Jun 2023 15:01:26 -0400 Subject: [PATCH] why? --- CRM/Event/Form/Registration.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/CRM/Event/Form/Registration.php b/CRM/Event/Form/Registration.php index 7d7263173769..ebde060eb3b3 100644 --- a/CRM/Event/Form/Registration.php +++ b/CRM/Event/Form/Registration.php @@ -730,9 +730,6 @@ private static function initSet($form, $doNotIncludeExpiredFields = FALSE, $pric * @throws \CRM_Core_Exception */ public function confirmPostProcess($contactID = NULL, $contribution = NULL) { - // add/update contact information - unset($this->_params['note']); - //to avoid conflict overwrite $this->_params $this->_params = $this->get('value');