commit | 84184559bca08058855cbc2d878f49b5c07ccd15 | [log] [tgz] |
---|---|---|
author | Afshan <33727827+AfshanKhan@users.noreply.github.com> | Wed Feb 24 16:51:11 2021 +0530 |
committer | GitHub <noreply@github.com> | Wed Feb 24 16:51:11 2021 +0530 |
tree | b98fcfb9775b4be838f0d541e9d5e87fd5c52a76 | |
parent | 1dba7d216183088f7f7a0be1c338f19dc078f90f [diff] |
fix: currency symbol in update items (#24726)
diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index c39609b..e5bd4d7 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js
@@ -513,6 +513,7 @@ }, { fieldtype:'Currency', fieldname:"rate", + options: "currency", default: 0, read_only: 0, in_list_view: 1,