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:
@@ -1118,7 +1118,8 @@
|
||||
"fetch_from": "supplier.is_internal_supplier",
|
||||
"fieldname": "is_internal_supplier",
|
||||
"fieldtype": "Check",
|
||||
"label": "Is Internal Supplier"
|
||||
"label": "Is Internal Supplier",
|
||||
"read_only": 1
|
||||
},
|
||||
{
|
||||
"fetch_from": "supplier.represents_company",
|
||||
@@ -1169,7 +1170,11 @@
|
||||
"idx": 105,
|
||||
"is_submittable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"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",
|
||||
"module": "Buying",
|
||||
"name": "Purchase Order",
|
||||
|
||||
Reference in New Issue
Block a user