fix: currency symbol in update items (#24727)

This commit is contained in:
Afshan
2021-02-24 16:51:35 +05:30
committed by GitHub
parent c18a8c58dd
commit 80d9576bb9

View File

@@ -507,6 +507,7 @@ erpnext.utils.update_child_items = function(opts) {
}, {
fieldtype:'Currency',
fieldname:"rate",
options: "currency",
default: 0,
read_only: 0,
in_list_view: 1,