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 bd7467a812
commit 2dd697ee77

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
}
}