fix: payment_order_status should be no_copy

payment_order_status should be no_copy

(cherry picked from commit adee2ba541)
This commit is contained in:
Ashish Shah
2024-03-29 10:52:52 +05:30
committed by Mergify
parent 7363884ab3
commit 8dff18eab4

View File

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