From ff8d2e4fbb10722502681aa161d6ff8acaf93f73 Mon Sep 17 00:00:00 2001 From: Sandra Kuipers Date: Sat, 7 Sep 2024 14:52:51 +0800 Subject: [PATCH] =?UTF-8?q?System:=20added=20Nicaraguan=20C=C3=B3rdoba=20C?= =?UTF-8?q?$=20as=20a=20currency=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.txt | 1 + src/Forms/FormFactory.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a11c6c1b69..4bbd793af8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -32,6 +32,7 @@ v28.0.00 System: set Greek as an active language System: added Putonghua as a language option in dropdown menus System: added IDD codes for Republic of Korea and Democratic People's Republic of Korea + System: added Nicaraguan Córdoba C$ as a currency option Attendance: added an index to the attendance log to help speed up attendance pages Activities: updated Activity Attendance to always count participants for dates in the past Markbook: updated markbook columns to grey out students who joined after the Go Live date diff --git a/src/Forms/FormFactory.php b/src/Forms/FormFactory.php index 90aba4cbc8..8c06618ec7 100644 --- a/src/Forms/FormFactory.php +++ b/src/Forms/FormFactory.php @@ -505,6 +505,7 @@ public function createSelectCurrency($name) 'MAD' => 'Moroccan Dirham (MAD)', 'NAD N$' => 'Namibian Dollar (N$)', 'NPR ₨' => 'Nepalese Rupee (₨)', + 'NIO C$' => 'Nicaraguan Córdoba (C$)', 'NGN ₦' => 'Nigerian Naira (₦)', 'OMR ر.ع.' => 'Omani Rial (ر.ع.)', 'PKR ₨' => 'Pakistani Rupee (₨)',