fix: cannot expand row in update items dialog (#23840)
This commit is contained in:
parent
76cd680c57
commit
65820f6b6c
@ -539,7 +539,7 @@ erpnext.utils.update_child_items = function(opts) {
|
||||
fieldtype: "Table",
|
||||
label: "Items",
|
||||
cannot_add_rows: cannot_add_row,
|
||||
in_place_edit: true,
|
||||
in_place_edit: false,
|
||||
reqd: 1,
|
||||
data: this.data,
|
||||
get_data: () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user