Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop adding obsolete currencies to new installs #23345

Merged
merged 1 commit into from
May 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions xml/templates/civicrm_currency.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ INSERT INTO civicrm_currency (id, name, symbol, numeric_code, full_name) VALUES
( 52, "RSD", "Дин.","941", "Serbian Dinar"),
( 53, "CUP", "₱", "192", "Cuban Peso"),
( 54, "CVE", NULL, "132", "Cape Verde Escudo"),
( 55, "CYP", "£", "196", "Cyprus Pound"),
( 56, "CZK", "Kč", "203", "Czech Koruna"),
( 57, "DJF", NULL, "262", "Djibouti Franc"),
( 58, "DKK", "kr", "208", "Danish Krone"),
Expand All @@ -82,7 +81,6 @@ INSERT INTO civicrm_currency (id, name, symbol, numeric_code, full_name) VALUES
( 70, "GMD", NULL, "270", "Gambian Dalasi"),
( 71, "GNF", NULL, "324", "Guinea Franc"),
( 72, "GTQ", "Q", "320", "Guatemalan Quetzal"),
( 73, "GWP", NULL, "624", "Guinea-Bissau Peso"),
( 74, "GYD", "$", "328", "Guyana Dollar"),
( 75, "HKD","HK$", "344", "Hong Kong Dollar"),
( 76, "HNL", "L", "340", "Honduran Lempira"),
Expand All @@ -107,8 +105,6 @@ INSERT INTO civicrm_currency (id, name, symbol, numeric_code, full_name) VALUES
( 95, "LKR", "₨", "144", "Sri Lanka Rupee"),
( 96, "LRD", "$", "430", "Liberian Dollar"),
( 97, "LSL", NULL, "426", "Lesotho Loti"),
( 98, "LTL", "Lt", "440", "Lithuanian Litas"),
( 99, "LVL", "Ls", "428", "Latvian Lats"),
(100, "LYD", NULL, "434", "Libyan Dinar"),
(101, "MAD", NULL, "504", "Moroccan Dirham"),
(102, "MDL", NULL, "498", "Moldovan Leu"),
Expand All @@ -117,7 +113,6 @@ INSERT INTO civicrm_currency (id, name, symbol, numeric_code, full_name) VALUES
(105, "MMK", NULL, "104", "Myanmar Kyat"),
(106, "MOP", NULL, "446", "Macao Pataca"),
(107, "MRO", NULL, "478", "Mauritanian Ouguiya"),
(108, "MTL", "Lm", "470", "Maltese Lira"),
(109, "MUR", "₨", "480", "Mauritius Rupee"),
(110, "MVR", NULL, "462", "Maldive Rufiyaa"),
(111, "MWK", NULL, "454", "Malawi Kwacha"),
Expand All @@ -138,19 +133,15 @@ INSERT INTO civicrm_currency (id, name, symbol, numeric_code, full_name) VALUES
(126, "PKR", "₨", "586", "Pakistan Rupee"),
(127, "PYG", "Gs", "600", "Paraguay Guarani"),
(128, "QAR", "﷼", "634", "Qatari Rial"),
(129, "ROL", NULL, "642", "Romanian Old Leu"),
(130, "RON","lei", "946", "Romanian New Leu"),
(131, "RUB","руб", "643", "Russian Rouble"),
(132, "RWF", NULL, "646", "Rwanda Franc"),
(133, "SAR", "﷼", "682", "Saudi Riyal"),
(134, "SBD", "$", "090", "Solomon Islands Dollar"),
(135, "SCR", "₨", "690", "Seychelles Rupee"),
(136, "SDD", NULL, "736", "Sudanese Dinar"),
(137, "SEK", "kr", "752", "Swedish Krona"),
(138, "SGD", "$", "702", "Singapore Dollar"),
(139, "SHP", "£", "654", "Saint Helena Pound"),
(140, "SIT", NULL, "705", "Slovenian Tolar"),
(141, "SKK","SIT", "703", "Slovak Koruna"),
(142, "SLL", NULL, "694", "Leone"),
(143, "SOS", "S", "706", "Somali Shilling"),
(144, "SRD", "$", "968", "Surinam Dollar"),
Expand All @@ -159,7 +150,6 @@ INSERT INTO civicrm_currency (id, name, symbol, numeric_code, full_name) VALUES
(147, "SYP", "£", "760", "Syrian Pound"),
(148, "SZL", NULL, "748", "Eswatini Lilangeni"),
(149, "TJS", NULL, "972", "Tajik Somoni"),
(150, "TMM", NULL, "795", "Turkmenistan Manat"),
(151, "TND", NULL, "788", "Tunisian Dinar"),
(152, "TOP", NULL, "776", "Tongan Pa'anga"),
(153, "TRY","YTL", "949", "New Turkish Lira"),
Expand Down