From: Eileen McNaughton Date: Mon, 6 Nov 2023 22:26:03 +0000 (+1300) Subject: Remove registered_by_id as not set in this flow X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1395707148c0cedfa3f4e0ff6de0a795ecd06c29;p=civicrm-core.git Remove registered_by_id as not set in this flow --- diff --git a/CRM/Event/Form/Participant.php b/CRM/Event/Form/Participant.php index b9a1fc6ef4..9694e95f0f 100644 --- a/CRM/Event/Form/Participant.php +++ b/CRM/Event/Form/Participant.php @@ -1626,7 +1626,6 @@ class CRM_Event_Form_Participant extends CRM_Contribute_Form_AbstractEditPayment 'fee_level' => $params['amount_level'] ?? NULL, 'is_pay_later' => FALSE, 'fee_amount' => $params['fee_amount'] ?? NULL, - 'registered_by_id' => $params['registered_by_id'] ?? NULL, 'discount_id' => $params['discount_id'] ?? NULL, 'fee_currency' => $params['currencyID'] ?? NULL, 'campaign_id' => $this->getSubmittedValue('campaign_id'),