projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8cf305
)
CRM-19635, fixed notice error
author
Pradeep Nayak
<pradpnayak@gmail.com>
Fri, 11 Nov 2016 11:10:10 +0000
(16:40 +0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Fri, 11 Nov 2016 11:10:10 +0000
(16:40 +0530)
----------------------------------------
* CRM-19635: Notice errors on Contribution Aggregate by Relationship report
https://issues.civicrm.org/jira/browse/CRM-19635
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 821394aff4593906a9b8ade8f3576b5f24fc72a9..9df576bdab50f6f0b74a49ea063accc2bbd07c18 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-4097,6
+4097,7
@@
LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
);
}
+ $street_address_filters = $general_address_filters = array();
if ($filters) {
// Address filter depends on whether street address parsing is enabled.
// (CRM-18696)