Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.7.15
-
Fix Version/s: Unscheduled
-
Component/s: CiviContribute
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
On dmaster, I created a contribution, then record 3 partial payments, then created a phone call activity. When I searched for this contacts activities all 4 appeared, and the following two error messages were repeated three times.
Notice: Undefined variable: url in CRM_Activity_Selector_Activity::actionLinks() (line 218 of /srv/buildkit/build/dmaster/sites/all/modules/civicrm/CRM/Activity/Selector/Activity.php).
Notice: Undefined variable: qsView in CRM_Activity_Selector_Activity::actionLinks() (line 219 of /srv/buildkit/build/dmaster/sites/all/modules/civicrm/CRM/Activity/Selector/Activity.php).
Creating a contribution with status of completed did not add to these messages. Creating a pending one, then recording a payment for full amount added another pair. So the problem is with the record payment code that creates the activity.