fix: currency symbol in update items (#24726)

This commit is contained in:
Afshan 2021-02-24 16:51:11 +05:30 committed by GitHub
parent 1dba7d2161
commit 84184559bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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