From c237e286cc8bde52c03a22c26436b9e975ed5f44 Mon Sep 17 00:00:00 2001 From: Jitendra Purohit Date: Mon, 23 Sep 2019 10:25:46 +0530 Subject: [PATCH] fix warning message on import contribution --- CRM/Contribute/Import/Parser/Contribution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Import/Parser/Contribution.php b/CRM/Contribute/Import/Parser/Contribution.php index 7fc5fe9ac2..49cb0522e8 100644 --- a/CRM/Contribute/Import/Parser/Contribution.php +++ b/CRM/Contribute/Import/Parser/Contribution.php @@ -896,7 +896,7 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Contribute_Import_Pa // giving respect to pledge_payment flag. if (empty($params['pledge_payment'])) { - continue; + break; } // get total amount of from import fields -- 2.25.1