Skip to content
Snippets Groups Projects
Commit c09e8f20 authored by lobo's avatar lobo
Browse files

CRM-12290

----------------------------------------
* CRM-12290: Monetary units - currency symbol for Namibian Dollar is wrong
  http://issues.civicrm.org/jira/browse/CRM-12290
parent a96556af
Branches
Tags
No related merge requests found
-- CRM-12290
UPDATE civicrm_currency SET symbol = 'N$' WHERE name = 'NAD';
\ No newline at end of file
This diff is collapsed.
......@@ -137,7 +137,7 @@ INSERT INTO civicrm_currency (id, name, symbol, numeric_code, full_name) VALUES
(113, "MXV", NULL, "979", "Mexican Unidad de Inversion (UID)"),
(114, "MYR", "RM", "458", "Malaysian Ringgit"),
(115, "MZN", "MT", "943", "Mozambique Metical"),
(116, "NAD", "$", "516", "Namibian Dollar"),
(116, "NAD", "N$", "516", "Namibian Dollar"),
(117, "NIO", "C$", "558", "Nicaraguan Cordoba Oro"),
(118, "NOK", "kr", "578", "Norwegian Krone"),
(119, "NPR", "₨", "524", "Nepalese Rupee"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment