Details
-
Type: Task
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Component/s: None
-
Labels:None
Description
There are a few cleanup tasks related to the implementation of civicrm_contribution.contribution_status_id property:
- Add the "Contribution Status" value (e.g. Pending, Completed, Cancelled...) to the View Contribution page.
(contact/view/contribution?reset=1&id=3&cid=6&action=view)
- Verify that the contribution_status_id is set to "Cancelled" when a Cancel Date is entered during edit (update) of an existing contribution.
- Modify the 1.5 -> 1.6 DB upgrade script to set contribution_status_id to "Cancelled" value for any existing contributions where cancel_date is not null.