From 4775c425934d9844512a3f97d32b029613c91c0c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:15:26 +0530 Subject: [PATCH] fix: Make expense account editable in Purchase Receipt Item (backport #31730) (#31879) * fix: Make expense account editable in Purchase Receipt Item (#31730) Co-authored-by: Sagar Sharma (cherry picked from commit 1a6508972e3555aabd06d93a46af9cc513e32819) # Conflicts: # erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json * chore: conflicts Co-authored-by: Deepesh Garg Co-authored-by: Sagar Sharma --- .../purchase_receipt_item/purchase_receipt_item.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json b/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json index aa217441c0b..5a04e7d2eec 100644 --- a/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json +++ b/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json @@ -786,10 +786,8 @@ { "fieldname": "expense_account", "fieldtype": "Link", - "hidden": 1, "label": "Expense Account", - "options": "Account", - "read_only": 1 + "options": "Account" }, { "fieldname": "accounting_dimensions_section", @@ -994,7 +992,7 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2022-04-11 13:07:32.061402", + "modified": "2022-07-28 19:27:54.880781", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt Item",