Skip to content

Commit

Permalink
Added Pakistani Rupee (₨) as currency
Browse files Browse the repository at this point in the history
  • Loading branch information
rossdotparker committed Feb 1, 2016
1 parent 409cd8f commit 8d3a45b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -35,6 +35,7 @@ v12.0.00
System: improved MIME type checking on CSV import
System: fixed Google login PHP warnings
System: fixed login PHP warning
System: added Pakistani Rupee (₨) as currency
System Admin: Improved version comparison in module updater
System Admin: Improved version comparison in non-login database updater
Activities: fixed error in adding and editing activities when payment is turned off
Expand Down
1 change: 1 addition & 0 deletions installer/install.php
Expand Up @@ -915,6 +915,7 @@
<option value='KES KSh'>Kenyan Shilling (KSh)</option>
<option value='NPR ₨'>Nepalese Rupee (₨)</option>
<option value='NGN ₦'>Nigerian Naira (₦)</option>
<option value='PKR ₨'>Pakistani Rupee (₨)</option>
<option value='SAR ﷼‎'>Saudi Riyal (﷼‎)</option>
<option value='VND ₫‎'>Vietnamese Dong (₫‎)</option>
</optgroup>
Expand Down
1 change: 1 addition & 0 deletions modules/System Admin/systemSettings.php
Expand Up @@ -880,6 +880,7 @@
<option <?php if ($row["value"]=="KES KSh") { print "selected" ; } ?> value='KES KSh'>Kenyan Shilling (KSh)</option>
<option <?php if ($row["value"]=="NPR ₨") { print "selected" ; } ?> value='NPR ₨'>Nepalese Rupee (₨)</option>
<option <?php if ($row["value"]=="NGN ₦") { print "selected" ; } ?> value='NGN ₦'>Nigerian Naira (₦)</option>
<option <?php if ($row["value"]=="PKR ₨") { print "selected" ; } ?> value='PKR ₨'>Pakistani Rupee (₨)</option>
<option <?php if ($row["value"]=="SAR ﷼‎") { print "selected" ; } ?> value='SAR ﷼‎'>Saudi Riyal (﷼‎)</option>
<option <?php if ($row["value"]=="VND ₫‎") { print "selected" ; } ?> value='VND ₫‎'>Vietnamese Dong (₫‎)</option>
</optgroup>
Expand Down

0 comments on commit 8d3a45b

Please sign in to comment.