fix: use indian numbering for nepal
Added Nepal for Lakh/Crore system of Numbering instead of default western system.
This commit is contained in:
parent
551aaafefc
commit
71fe2505ed
1 changed files with 1 additions and 1 deletions
|
|
@ -1170,7 +1170,7 @@ Object.assign(frappe.utils, {
|
|||
},
|
||||
|
||||
get_number_system: function (country) {
|
||||
if (["Bangladesh", "India", "Myanmar", "Pakistan"].includes(country)) {
|
||||
if (["Nepal", "Bangladesh", "India", "Myanmar", "Pakistan"].includes(country)) {
|
||||
return number_systems.indian;
|
||||
} else {
|
||||
return number_systems.default;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue