Skip to content

Commit

Permalink
Merge pull request frappe#40758 from ashish-greycube/patch-12
Browse files Browse the repository at this point in the history
fix: payment_order_status should be no_copy
  • Loading branch information
rohitwaghchaure authored Mar 29, 2024
2 parents 66a06ca + adee2ba commit 8e52218
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 @@ -580,6 +580,7 @@
"fieldtype": "Select",
"hidden": 1,
"label": "Payment Order Status",
"no_copy": 1,
"options": "Initiated\nPayment Ordered",
"read_only": 1
},
Expand Down Expand Up @@ -822,4 +823,4 @@
"states": [],
"title_field": "title",
"track_changes": 1
}
}

0 comments on commit 8e52218

Please sign in to comment.