Merge pull request #40766 from frappe/mergify/bp/version-14-hotfix/pr-40758

fix: payment_order_status should be no_copy (backport #40758)
This commit is contained in:
ruthra kumar
2024-03-29 13:49:08 +05:30
committed by GitHub

View File

@@ -576,6 +576,7 @@
"fieldtype": "Select",
"hidden": 1,
"label": "Payment Order Status",
"no_copy": 1,
"options": "Initiated\nPayment Ordered",
"read_only": 1
},