Skip to content

Commit

Permalink
System: added Algerian Dinar as currency option
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Parker committed Aug 21, 2022
1 parent a740739 commit c56747a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ v25.0.00
Tweaks & Additions
System: updated Parent Weekly Summary CLI to not send if date is outside school year
System: improved right-to-left support in Default theme
System: added Malawian Kwacha as currency option
System: added Malawian Kwacha and Algerian Dinar as currency options
Data Updater: added a search option to all Manage Update pages
Messenger: added the ability to send confidential messages which are not viewable by other users
Messenger: updated the Transport target to be able to handle comma-separated transport values
Expand Down
1 change: 1 addition & 0 deletions src/Forms/FormFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ public function createSelectCurrency($name)
),
'OTHERS' => array(
'ALL L' => 'Albanian Lek (L)',
'DZD دج' => 'Algerian Dinar (دج)',
'BDT ó' => 'Bangladeshi Taka (ó)',
'BTC' => 'Bitcoin',
'BGN лв.' => 'Bulgarian Lev (лв.)',
Expand Down

0 comments on commit c56747a

Please sign in to comment.