Skip to content
Snippets Groups Projects
Unverified Commit 953098e4 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #17237 from eileenmcnaughton/525

(dev/core#1740) Cumulative contributions not being calculated with the correct criteria
parents 8c4bc1a4 4679010f
No related branches found
No related tags found
No related merge requests found
......@@ -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',
),
);
......
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