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:
ce82601
)
Make report subtotals work for custom fields
author
Samuel Vanhove
<samuel@symbiotic.coop>
Fri, 2 Jul 2021 18:47:24 +0000
(14:47 -0400)
committer
Samuel Vanhove
<samuel@symbiotic.coop>
Fri, 2 Jul 2021 18:47:24 +0000
(14:47 -0400)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index de0bb7b24f2d4a81eea09b30194872e6b930d7e7..bda33f11dc99ac9cd3cc6d4897da2ef742a10218 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-3250,6
+3250,7
@@
WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND
// let $this->_alterDisplay translate any integer ids to human-readable values.
$rows[0] = $dao->toArray();
$this->alterDisplay($rows);
+ $this->alterCustomDataDisplay($rows);
$row = $rows[0];
// add totals for all permutations of section values