Skip to content

Commit

Permalink
Central African Francs
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdotparker committed Jul 29, 2015
1 parent 9f754d7 commit 25bf0d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ General: improved star icon in minor links area
System Admin: fixed minor install bug relating to old manifests, not having category permissions set
Edited file /modules/System Admin/module_manage_installProcess.php

General: added Central African Francs as a currency
Edited file /modules/System Admin/systemSettings.php
Edited file /installer/install.php

v10.0.00
--------
Expand Down
1 change: 1 addition & 0 deletions installer/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@
</optgroup>
<optgroup label='--<?php print _('OTHERS') ?>--'/>
<option value='BTC'>Bitcoin</option>
<option value='XAF FCFA'>Central African Francs (FCFA)</option>
<option value='INR ₹'>Indian Rupee (₹)</option>
<option value='IDR Rp'>Indonesian Rupiah (Rp)</option>
<option value='KES KSh'>Kenyan Shilling (KSh)</option>
Expand Down
1 change: 1 addition & 0 deletions modules/System Admin/systemSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@
</optgroup>
<optgroup label='--<?php print _('OTHERS') ?>--'/>
<option <?php if ($row["value"]=="BTC") { print "selected" ; } ?> value='BTC'>Bitcoin</option>
<option <?php if ($row["value"]=="XAF FCFA") { print "selected" ; } ?> value='XAF FCFA'>Central African Francs (FCFA)</option>
<option <?php if ($row["value"]=="INR ₹") { print "selected" ; } ?> value='INR ₹'>Indian Rupee (₹)</option>
<option <?php if ($row["value"]=="IDR Rp") { print "selected" ; } ?> value='IDR Rp'>Indonesian Rupiah (Rp)</option>
<option <?php if ($row["value"]=="KES KSh") { print "selected" ; } ?> value='KES KSh'>Kenyan Shilling (KSh)</option>
Expand Down

0 comments on commit 25bf0d9

Please sign in to comment.