Skip to content

Commit

Permalink
fix: Make expense account editable in Purchase Receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Jul 28, 2022
1 parent 891fd70 commit 75197c1
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -789,10 +789,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 @@ -998,7 +996,7 @@
"idx": 1,
"istable": 1,
"links": [],
"modified": "2022-06-17 05:32:16.483178",
"modified": "2022-07-28 19:27:54.880781",
"modified_by": "Administrator",
"module": "Stock",
"name": "Purchase Receipt Item",
Expand Down

0 comments on commit 75197c1

Please sign in to comment.