Merge pull request #40767 from frappe/mergify/bp/version-15-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:16 +05:30
committed by GitHub

View File

@@ -579,6 +579,7 @@
"fieldtype": "Select",
"hidden": 1,
"label": "Payment Order Status",
"no_copy": 1,
"options": "Initiated\nPayment Ordered",
"read_only": 1
},
@@ -821,4 +822,4 @@
"states": [],
"title_field": "title",
"track_changes": 1
}
}