Skip to content
Snippets Groups Projects
Commit a8041e05 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #335 from dlobo/CRM-12290

CRM-12290
parents a96556af c09e8f20
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