Merge pull request #40758 from ashish-greycube/patch-12

fix: payment_order_status should be no_copy
This commit is contained in:
rohitwaghchaure
2024-03-29 13:25:13 +05:30
committed by GitHub

View File

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