This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
chore: typo
missed out in last commit
version-14
Ankush Menat
2 years ago
parent
d9e62303a4
commit
9485c31f16
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save