Skip to content

Commit

Permalink
fix: Make expense account editable in Purchase Receipt Item (backport f…
Browse files Browse the repository at this point in the history
…rappe#31730) (frappe#31879)

* fix: Make expense account editable in Purchase Receipt Item (frappe#31730)

Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com>
(cherry picked from commit 1a65089)

# Conflicts:
#	erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json

* chore: conflicts

Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com>
  • Loading branch information
3 people committed Aug 18, 2022
1 parent b0917aa commit 4775c42
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4775c42

Please sign in to comment.