Skip to content

Commit

Permalink
Merge pull request #38000 from bosue/payment_entry_status
Browse files Browse the repository at this point in the history
fix: Mark Status field in Payment Entry 'no_copy'.
  • Loading branch information
deepeshgarg007 authored Nov 9, 2023
2 parents 3502c01 + a89afb6 commit 47ba357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion erpnext/accounts/doctype/payment_entry/payment_entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@
"fieldname": "status",
"fieldtype": "Select",
"label": "Status",
"no_copy": 1,
"options": "\nDraft\nSubmitted\nCancelled",
"read_only": 1
},
Expand Down Expand Up @@ -750,7 +751,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2023-06-23 18:07:38.023010",
"modified": "2023-11-08 21:51:03.482709",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Payment Entry",
Expand Down

0 comments on commit 47ba357

Please sign in to comment.