Skip to content

Commit

Permalink
Merge pull request #34258 from deepeshgarg007/finance_book_read_only
Browse files Browse the repository at this point in the history
chore: Make finance book read only
  • Loading branch information
deepeshgarg007 authored Mar 2, 2023
2 parents 6e43d68 + 790f0aa commit c3d4556
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions erpnext/accounts/doctype/journal_entry/journal_entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
"fieldname": "finance_book",
"fieldtype": "Link",
"label": "Finance Book",
"options": "Finance Book"
"options": "Finance Book",
"read_only": 1
},
{
"fieldname": "2_add_edit_gl_entries",
Expand Down Expand Up @@ -538,7 +539,7 @@
"idx": 176,
"is_submittable": 1,
"links": [],
"modified": "2023-01-17 12:53:53.280620",
"modified": "2023-03-01 14:58:59.286591",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Journal Entry",
Expand Down

0 comments on commit c3d4556

Please sign in to comment.