From 4679010f660bd67e42e0c9911a4be920f0899020 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 4 May 2020 20:10:13 +0530 Subject: [PATCH] (dev/core#1740) Cumulative contributions not being calculated with the correct criteria --- CRM/Contribute/Page/ContributionPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Page/ContributionPage.php b/CRM/Contribute/Page/ContributionPage.php index 8a96c97c41..56ae53b7e2 100644 --- a/CRM/Contribute/Page/ContributionPage.php +++ b/CRM/Contribute/Page/ContributionPage.php @@ -245,7 +245,7 @@ class CRM_Contribute_Page_ContributionPage extends CRM_Core_Page { 'name' => ts('Cumulative'), 'title' => ts('Cumulative'), 'url' => $urlString, - 'qs' => "{$urlParams}&receive_date_low=&receive_date_high=$now", + 'qs' => "{$urlParams}", 'uniqueName' => 'cumulative', ), ); -- 2.25.1