Skip to content

Commit

Permalink
fix: make is_internal_supplier read-only
Browse files Browse the repository at this point in the history
(cherry picked from commit 5efbc2c)

# Conflicts:
#	erpnext/buying/doctype/purchase_order/purchase_order.json
  • Loading branch information
s-aga-r authored and mergify[bot] committed Nov 17, 2022
1 parent 9d5c4ff commit 30b5d1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion erpnext/buying/doctype/purchase_order/purchase_order.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 30b5d1c

Please sign in to comment.