mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +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:
@@ -576,6 +576,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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user