fix: make is_internal_supplier read-only

(cherry picked from commit 5efbc2cbf8)

# Conflicts:
#	erpnext/buying/doctype/purchase_order/purchase_order.json
This commit is contained in:
s-aga-r
2022-11-17 12:36:44 +05:30
committed by Mergify
parent 9d5c4ffadf
commit 30b5d1c400

View File

@@ -1118,7 +1118,8 @@
"fetch_from": "supplier.is_internal_supplier", "fetch_from": "supplier.is_internal_supplier",
"fieldname": "is_internal_supplier", "fieldname": "is_internal_supplier",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Is Internal Supplier" "label": "Is Internal Supplier",
"read_only": 1
}, },
{ {
"fetch_from": "supplier.represents_company", "fetch_from": "supplier.represents_company",
@@ -1169,7 +1170,11 @@
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
<<<<<<< HEAD
"modified": "2022-09-16 17:45:04.954055", "modified": "2022-09-16 17:45:04.954055",
=======
"modified": "2022-11-17 12:34:36.033363",
>>>>>>> 5efbc2cbf8 (fix: make `is_internal_supplier` read-only)
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order", "name": "Purchase Order",