Fix some issues with Currency code for NPR
NRP was typo mistake so found the bug and fix. I have send pull for this Nepali currency previously.
This commit is contained in:
parent
192c1d4169
commit
51ba1df181
|
@ -351,7 +351,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
|
|||
case 'HUF' : $currency_symbol = 'Ft'; break;
|
||||
case 'IDR' : $currency_symbol = 'Rp'; break;
|
||||
case 'INR' : $currency_symbol = 'Rs.'; break;
|
||||
case 'NRP' : $currency_symbol = 'Rs.'; break;
|
||||
case 'NPR' : $currency_symbol = 'Rs.'; break;
|
||||
case 'ISK' : $currency_symbol = 'Kr.'; break;
|
||||
case 'ILS' : $currency_symbol = '₪'; break;
|
||||
case 'PHP' : $currency_symbol = '₱'; break;
|
||||
|
|
Loading…
Reference in New Issue