From c4a02b20b428f79e4c82a3040d791966f3af0a19 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Mon, 3 Nov 2014 11:01:04 +0530 Subject: [PATCH] -- CRM-15475, changed Cancelled mmebership status to reserved ---------------------------------------- * CRM-15475: Fatal error on membership page if membership status 'Cancelled' is disabled https://issues.civicrm.org/jira/browse/CRM-15475 --- xml/templates/civicrm_data.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/templates/civicrm_data.tpl b/xml/templates/civicrm_data.tpl index 3a1ea615c4..c7ac9100de 100644 --- a/xml/templates/civicrm_data.tpl +++ b/xml/templates/civicrm_data.tpl @@ -1011,7 +1011,7 @@ VALUES ('Grace', '{ts escape="sql"}Grace{/ts}', 'end_date', null, null,'end_date','month', 1, 1, 0, 3, 0, 1, 0), ('Expired', '{ts escape="sql"}Expired{/ts}', 'end_date', 'month', 1, null, null, null, 0, 0, 4, 0, 1, 0), ('Pending', '{ts escape="sql"}Pending{/ts}', 'join_date', null, null,'join_date',null,null, 0, 0, 5, 0, 1, 1), - ('Cancelled', '{ts escape="sql"}Cancelled{/ts}', 'join_date', null, null,'join_date',null,null, 0, 0, 6, 0, 1, 0), + ('Cancelled', '{ts escape="sql"}Cancelled{/ts}', 'join_date', null, null,'join_date',null,null, 0, 0, 6, 0, 1, 1), ('Deceased', '{ts escape="sql"}Deceased{/ts}', null, null, null, null, null, null, 0, 1, 7, 0, 1, 1); -- 2.25.1