Fixed rupee sign for currency in product data sale and regular price

This commit is contained in:
Shiva Poudel 2015-11-12 03:00:54 +05:45
parent 84ac454c3e
commit 853530cece
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ function get_woocommerce_currency_symbol( $currency = '' ) {
break;
case 'NPR' :
case 'PKR' :
$currency_symbol = '&#8360';
$currency_symbol = '₨';
break;
case 'PHP' :
$currency_symbol = '₱';