commit | 65820f6b6c60211b9df4de943883f472ce7197f8 | [log] [tgz] |
---|---|---|
author | Saqib <nextchamp.saqib@gmail.com> | Thu Nov 05 17:38:43 2020 +0530 |
committer | GitHub <noreply@github.com> | Thu Nov 05 17:38:43 2020 +0530 |
tree | 21e8082eba07514eb6efd4048a8d9158bc89ce60 | |
parent | 76cd680c5752597c97adae1283e4cc389141a7f8 [diff] |
fix: cannot expand row in update items dialog (#23840)
diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index ea2093e..891bbe5 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js
@@ -539,7 +539,7 @@ 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: () => {