mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 15:32:14 +00:00
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:
@@ -579,6 +579,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
|
||||||
},
|
},
|
||||||
@@ -821,4 +822,4 @@
|
|||||||
"states": [],
|
"states": [],
|
||||||
"title_field": "title",
|
"title_field": "title",
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user