Skip to content

Commit

Permalink
refs #39632, gh-111, add Flydove Smart Marketing to option groups
Browse files Browse the repository at this point in the history
  • Loading branch information
poliphilochu committed Jan 18, 2024
1 parent ddc9a6c commit a1e2372
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sql/civicrm_data.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -4786,6 +4786,7 @@ VALUES

(@option_group_id_gType, 'Access Control' , 1, NULL, NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL),
(@option_group_id_gType, 'Mailing List' , 2, NULL, NULL, 0, NULL, 2, NULL, 0, 1, 1, NULL, NULL),
(@option_group_id_gType, 'Flydove Smart Marketing', 3, NULL, NULL, 0, NULL, 3, NULL, 0, 0, 0, NULL, NULL);

(@option_group_id_grantSt, 'Pending', 1, 'Pending', NULL, 0, 1, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_grantSt, 'Granted', 2, 'Granted', NULL, 0, NULL, 2, NULL, 0, 0, 1, NULL, NULL),
Expand Down
1 change: 1 addition & 0 deletions sql/civicrm_data.zh_TW.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -4786,6 +4786,7 @@ VALUES

(@option_group_id_gType, 'Access Control' , 1, NULL, NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL),
(@option_group_id_gType, 'Mailing List' , 2, NULL, NULL, 0, NULL, 2, NULL, 0, 1, 1, NULL, NULL),
(@option_group_id_gType, '飛信自動化行銷', 3, NULL, NULL, 0, NULL, 3, NULL, 0, 0, 0, NULL, NULL);

(@option_group_id_grantSt, '待處理', 1, 'Pending', NULL, 0, 1, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_grantSt, '已補助', 2, 'Granted', NULL, 0, NULL, 2, NULL, 0, 0, 1, NULL, NULL),
Expand Down
1 change: 1 addition & 0 deletions xml/templates/civicrm_data.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ VALUES

(@option_group_id_gType, 'Access Control' , 1, NULL, NULL, 0, NULL, 1, NULL, 0, 1, 1, NULL, NULL),
(@option_group_id_gType, 'Mailing List' , 2, NULL, NULL, 0, NULL, 2, NULL, 0, 1, 1, NULL, NULL),
(@option_group_id_gType, '{ts escape="sql"}Flydove Smart Marketing{/ts}', 3, NULL, NULL, 0, NULL, 3, NULL, 0, 0, 0, NULL, NULL);

(@option_group_id_grantSt, '{ts escape="sql"}Pending{/ts}', 1, 'Pending', NULL, 0, 1, 1, NULL, 0, 0, 1, NULL, NULL),
(@option_group_id_grantSt, '{ts escape="sql"}Granted{/ts}', 2, 'Granted', NULL, 0, NULL, 2, NULL, 0, 0, 1, NULL, NULL),
Expand Down

0 comments on commit a1e2372

Please sign in to comment.