From 1395707148c0cedfa3f4e0ff6de0a795ecd06c29 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 7 Nov 2023 11:26:03 +1300 Subject: [PATCH] Remove registered_by_id as not set in this flow --- CRM/Event/Form/Participant.php | 1 - 1 file changed, 1 deletion(-) 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'), -- 2.25.1