Merge pull request #33011 from frappe/mergify/bp/version-13-hotfix/pr-33006

fix: make `is_internal_supplier` read-only in PO (backport #33006)
This commit is contained in:
Sagar Sharma
2022-11-17 14:23:28 +05:30
committed by GitHub

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,7 @@
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2022-09-16 17:45:04.954055", "modified": "2022-11-17 12:34:36.033363",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Buying",
"name": "Purchase Order", "name": "Purchase Order",