Skip to content

Commit

Permalink
Merge pull request #23074 from eileenmcnaughton/pledge_status
Browse files Browse the repository at this point in the history
dev/financial#201 Do not add pledge statuses to Contribution statuses
  • Loading branch information
seamuslee001 authored Sep 15, 2022
2 parents 0a04838 + c7f5307 commit d16240e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xml/templates/civicrm_data.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,6 @@ VALUES
(@option_group_id_cs, '{ts escape="sql"}Pending{/ts}' , 2, 'Pending' , NULL, 0, 0, 2, NULL, 0, 1, 1, NULL, NULL, NULL),
(@option_group_id_cs, '{ts escape="sql"}Cancelled{/ts}' , 3, 'Cancelled' , NULL, 0, 0, 3, NULL, 0, 1, 1, NULL, NULL, NULL),
(@option_group_id_cs, '{ts escape="sql"}Failed{/ts}' , 4, 'Failed' , NULL, 0, 0, 4, NULL, 0, 1, 1, NULL, NULL, NULL),
(@option_group_id_cs, '{ts escape="sql"}In Progress{/ts}', 5, 'In Progress', NULL, 0, 0, 5, NULL, 0, 1, 1, NULL, NULL, NULL),
(@option_group_id_cs, '{ts escape="sql"}Overdue{/ts}' , 6, 'Overdue' , NULL, 0, 0, 6, NULL, 0, 1, 1, NULL, NULL, NULL),
(@option_group_id_cs, '{ts escape="sql"}Refunded{/ts}' , 7, 'Refunded' , NULL, 0, 0, 7, NULL, 0, 1, 1, NULL, NULL, NULL),
(@option_group_id_cs, '{ts escape="sql"}Partially paid{/ts}', 8, 'Partially paid', NULL, 0, 0, 8, NULL, 0, 1, 1, NULL, NULL, NULL),
(@option_group_id_cs, '{ts escape="sql"}Pending refund{/ts}', 9, 'Pending refund', NULL, 0, 0, 9, NULL, 0, 1, 1, NULL, NULL, NULL),
Expand Down

0 comments on commit d16240e

Please sign in to comment.