Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.10
-
Fix Version/s: 4.7.13
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
This line is to blame as it is always grouping by mailing_job end date even if one mailing is split into n+ jobs.
https://github.com/civicrm/civicrm-core/blob/master/CRM/Report/Form/Mailing/Summary.php#L464
Removing this line fixes the problem.