mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-05 11:33:56 +00:00
fix: currency symbol in update items (#24727)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user