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",
"hidden": 1,
"label": "Payment Order Status",
"no_copy": 1,
"options": "Initiated\nPayment Ordered",
"read_only": 1
},
@@ -822,4 +823,4 @@
"states": [],
"title_field": "title",
"track_changes": 1
}
}