Skip to content

Commit

Permalink
MDL-77584 currencies: Fix outdated ISO 4217 code for Zambian Kwacha
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ewallah committed Mar 16, 2023
1 parent 264f458 commit c5bea84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/currencies.php
Expand Up @@ -180,5 +180,5 @@
$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';

0 comments on commit c5bea84

Please sign in to comment.