mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-77584 currencies: Fix outdated ISO 4217 code for Zambian Kwacha
On 2013-01-01 the ZMK code got replaced by the new ZMW code. AMOS BEGIN MOV [ZMK,core_currencies],[ZMW,core_currencies] AMOS END
This commit is contained in:
parent
6c260e6ae7
commit
b3adaaf47f
@ -180,5 +180,5 @@ $string['XOF'] = 'CFA Franc BCEAO';
|
||||
$string['XPF'] = 'CFP Franc';
|
||||
$string['YER'] = 'Yemeni Rial';
|
||||
$string['ZAR'] = 'South African Rand';
|
||||
$string['ZMK'] = 'Zambian Kwacha';
|
||||
$string['ZMW'] = 'Zambian Kwacha';
|
||||
$string['ZWL'] = 'Zimbabwe Dollar';
|
||||
|
Loading…
x
Reference in New Issue
Block a user