Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 3.2
-
Component/s: CiviContribute
-
Labels:None
Description
This might be been done but I couldn't see it
http://forum.civicrm.org/index.php/topic,11919.msg51271.html#msg51271
The sql to populate a new database IS updated but this line may need to be added to the incremental as it wasn't applied to the sites I looked at
UPDATE civicrm_option_value val
LEFT JOIN civicrm_option_group gr ON ( gr.id = val.option_group_id )
SET val.is_reserved = 1
WHERE gr.name = 'contribution_status'
AND val.name IN ( 'Completed', 'Pending', 'Cancelled', 'Failed', 'In Progress', 'Overdue' );