Skip to content
Snippets Groups Projects
Unverified Commit 4060cb7b authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #21151 from eileenmcnaughton/541m

Membership batch processing error
parents c2f9f4ed ff1e1865
No related branches found
No related tags found
No related merge requests found
......@@ -1018,7 +1018,7 @@ class CRM_Batch_Form_Entry extends CRM_Core_Form {
* @throws \CRM_Core_Exception
* @throws \CiviCRM_API3_Exception
*/
protected function legacyProcessMembership($contactID, $membershipTypeID, $customFieldsFormatted, $membershipSource, $memParams = [], $formDates = []): CRM_Member_BAO_Membership {
protected function legacyProcessMembership($contactID, $membershipTypeID, $customFieldsFormatted, $membershipSource, $memParams = [], $formDates = []): CRM_Member_DAO_Membership {
$updateStatusId = FALSE;
$changeToday = NULL;
$is_test = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment