fix: cannot expand row in update items dialog (#23839)

This commit is contained in:
Saqib 2020-11-05 17:38:35 +05:30 committed by GitHub
parent 19df4534f5
commit bc919e2e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: () => {