Browse Source

chore: typo

missed out in last commit
version-14
Ankush Menat 2 years ago
parent
commit
9485c31f16
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/utils/utils.js

+ 1
- 1
frappe/public/js/frappe/utils/utils.js View File

@@ -1311,7 +1311,7 @@ Object.assign(frappe.utils, {
result = no_of_decimals > max_no_of_decimals
? result.toFixed(max_no_of_decimals)
: result;
return result + ' ' + symbol;
return result + ' ' + map.symbol;
}
}



Loading…
Cancel
Save