From 01b7a47030e08d502feba15be1a3578f2ffcd2f2 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 20 Sep 2022 09:48:51 +1200 Subject: [PATCH] Remove attempt to match on soft credit header --- CRM/Contribute/Import/Parser/Contribution.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contribute/Import/Parser/Contribution.php b/CRM/Contribute/Import/Parser/Contribution.php index 0a4672ee8e..03ec03d5b2 100644 --- a/CRM/Contribute/Import/Parser/Contribution.php +++ b/CRM/Contribute/Import/Parser/Contribution.php @@ -299,7 +299,6 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Import_Parser { 'entity' => 'Contact', 'entity_instance' => 'SoftCreditContact', 'entity_prefix' => 'soft_credit.contact.', - 'headerPattern' => '/Soft Credit/i', 'options' => FALSE, 'type' => CRM_Utils_Type::T_STRING, 'contact_type' => ['Individual' => 'Individual', 'Household' => 'Household', 'Organization' => 'Organization'], -- 2.25.1