commit | b0dfc936a10aef4dfd743959a6cf5e47ea69632e | [log] [tgz] |
---|---|---|
author | ruthra kumar <ruthra@erpnext.com> | Thu Nov 09 17:43:04 2023 +0530 |
committer | ruthra kumar <ruthra@erpnext.com> | Fri Nov 10 13:18:41 2023 +0530 |
tree | 645056bc0531ffa41959d5b1917fc627e044b75c | |
parent | 73090fa1306fd65ff8e290d57486697af5722081 [diff] |
chore: make `from_doctype` readonly
diff --git a/erpnext/bulk_transaction/doctype/bulk_transaction_log_detail/bulk_transaction_log_detail.json b/erpnext/bulk_transaction/doctype/bulk_transaction_log_detail/bulk_transaction_log_detail.json index fe1a6d9..5491f56 100644 --- a/erpnext/bulk_transaction/doctype/bulk_transaction_log_detail/bulk_transaction_log_detail.json +++ b/erpnext/bulk_transaction/doctype/bulk_transaction_log_detail/bulk_transaction_log_detail.json
@@ -23,6 +23,7 @@ "in_standard_filter": 1, "label": "Name", "options": "from_doctype", + "read_only": 1, "search_index": 1 }, {