Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.5
-
Fix Version/s: 3.3.6
-
Component/s: Core CiviCRM
-
Labels:None
Description
In CRM-5636, a fix was necessary to add the Deceased status for memberships. That same fix (insert into civicrm_membership_status) was done in:
- Incremental/sql/3.0.4.mysql.tpl, and
- Incremental/sql/3.1.0.mysql.tpl
Also (and this is my main issue), the "insert" did not support multilingual mode.
In the proposed patch, I remove the duplicate upgrade code from 3.1.0 and make the 3.0.4 one multilingual. I have tested the code on a real client.
QUESTION: i was not sure whether the name "Deceased" needs to be in
{ts}...
{/ts}