4.7beta1 Upgrade failure fix
authormonishdeb <monish.deb@webaccessglobal.com>
Fri, 20 Nov 2015 06:30:21 +0000 (12:00 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Fri, 20 Nov 2015 06:30:21 +0000 (12:00 +0530)
CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl

index b69e41a7d12dcc512d80d099cf0c8c2714dea660..daa57c465e56ccfc89833b67b6e44e5c4b17d9fd 100644 (file)
@@ -26,4 +26,4 @@ ALTER TABLE civicrm_participant
   ADD CONSTRAINT `FK_civicrm_participant_transferred_to_contact_id` FOREIGN KEY (`transferred_to_contact_id`) REFERENCES `civicrm_contact` (`id`) ON DELETE SET NULL;
 
 INSERT INTO civicrm_participant_status_type(name, {localize field='label'}label{/localize}, class, is_reserved, is_active, is_counted, weight, visibility_id)
-VALUES ('Transferred', '{ts escape="sql"}Transferred{/ts}', 'Negative', 1, 1, 0, 16, 2);
+VALUES ('Transferred', {localize}'{ts escape="sql"}Transferred{/ts}'{/localize}, 'Negative', 1, 1, 0, 16, 2);