Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 4.6, 4.7
-
Fix Version/s: Unscheduled
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
To reproduce:
- Create a contribution - an activity will be created automatically
- update the contribution record, change the receive date
- the corresponding activity will still have the old date
What seems to happen is that the field civicrm_activity.activity_date_time (where the activity date comes from) is populated upon creation of the contribution, but not changed when the contribution receive date is updated.