mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-15 15:38:39 +00:00
fix: hide job card field in purchase order item
(cherry picked from commit f44bcae47d)
# Conflicts:
# erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
This commit is contained in:
@@ -923,8 +923,10 @@
|
|||||||
"fieldname": "job_card",
|
"fieldname": "job_card",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Job Card",
|
"label": "Job Card",
|
||||||
|
"no_copy": 1,
|
||||||
"options": "Job Card",
|
"options": "Job Card",
|
||||||
"search_index": 1
|
"print_hide": 1,
|
||||||
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "distributed_discount_amount",
|
"fieldname": "distributed_discount_amount",
|
||||||
@@ -951,7 +953,11 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2026-05-14 12:16:16.192936",
|
"modified": "2026-05-14 12:16:16.192936",
|
||||||
|
=======
|
||||||
|
"modified": "2026-07-15 10:30:04.600510",
|
||||||
|
>>>>>>> f44bcae47d (fix: hide job card field in purchase order item)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Buying",
|
"module": "Buying",
|
||||||
"name": "Purchase Order Item",
|
"name": "Purchase Order Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user