fix: make customer_name field read only.

This commit is contained in:
Devin Slauenwhite 2022-07-19 11:02:43 -04:00 committed by GitHub
parent d3f0897420
commit 7083b3148b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,12 +166,13 @@
"fetch_from": "customer.customer_name", "fetch_from": "customer.customer_name",
"fieldname": "customer_name", "fieldname": "customer_name",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Customer Name" "label": "Customer Name",
"read_only": 1
} }
], ],
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-07-12 13:03:04.442174", "modified": "2022-07-19 11:03:04.442174",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Pick List", "name": "Pick List",
@ -243,4 +244,4 @@
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],
"track_changes": 1 "track_changes": 1
} }