Skip to content
Snippets Groups Projects
Commit 5e283292 authored by lobo's avatar lobo
Browse files

Merge pull request #2155 from dlobo/CRM-13906

CRM-13906 - Notices and Warnings in Contribute Repeat report
parents d9960dc9 f0b6af80
No related branches found
No related tags found
No related merge requests found
......@@ -703,7 +703,7 @@ GROUP BY currency
";
$dao = CRM_Core_DAO::executeQuery($sql);
$amount = $average = $amount = $average = array();
$amount = $average = $amount2 = $average2 = array();
$count = $count2 = 0;
while ($dao->fetch()) {
if ($dao->amount) {
......
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