mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 02:31:21 +00:00
feat: added supplier group field to link permission
This commit is contained in:
committed by
Mihir Kandoi
parent
c66f78c784
commit
e84c84975c
@@ -103,6 +103,7 @@
|
|||||||
"section_addresses",
|
"section_addresses",
|
||||||
"supplier_address",
|
"supplier_address",
|
||||||
"address_display",
|
"address_display",
|
||||||
|
"supplier_group",
|
||||||
"col_break_address",
|
"col_break_address",
|
||||||
"contact_person",
|
"contact_person",
|
||||||
"contact_display",
|
"contact_display",
|
||||||
@@ -1272,6 +1273,14 @@
|
|||||||
"print_hide": 1,
|
"print_hide": 1,
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "supplier_group",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"hidden": 1,
|
||||||
|
"label": "Supplier Group",
|
||||||
|
"options": "Supplier Group",
|
||||||
|
"print_hide": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"depends_on": "eval: doc.last_scanned_warehouse",
|
"depends_on": "eval: doc.last_scanned_warehouse",
|
||||||
"fieldname": "last_scanned_warehouse",
|
"fieldname": "last_scanned_warehouse",
|
||||||
@@ -1300,7 +1309,7 @@
|
|||||||
"idx": 105,
|
"idx": 105,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-08-28 11:00:56.635116",
|
"modified": "2025-09-28 11:00:56.635116",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Purchase Order",
|
"name": "Purchase Order",
|
||||||
|
|||||||
Reference in New Issue
Block a user