fix: payment_order_status should be no_copy

payment_order_status should be no_copy
This commit is contained in:
Ashish Shah
2024-03-29 10:52:52 +05:30
committed by GitHub
parent ce2b9de9be
commit adee2ba541

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