commit | bc919e2e7db2571ade74594473835b01c6a7a6b9 | [log] [tgz] |
---|---|---|
author | Saqib <nextchamp.saqib@gmail.com> | Thu Nov 05 17:38:35 2020 +0530 |
committer | GitHub <noreply@github.com> | Thu Nov 05 17:38:35 2020 +0530 |
tree | 1495e3efdfeb800628fdddab8acc6895068958f5 | |
parent | 19df4534f50751f91577f8ec3fab56fad5892360 [diff] |
fix: cannot expand row in update items dialog (#23839)
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: () => {